By ttorres33
Organize tasks, ideas, bugs, and templates in Markdown files using YAML frontmatter and dedicated folders. Generate today/this-week/next-week.md views grouped by day, archive completed tasks, clean and sort imports, list ideas, and configure setup via interactive wizard and commands.
npx claudepluginhub ttorres33/teresa-torres-plugins --plugin task-managementShow plugin documentation and usage
Archive completed one-time tasks from tasks/ to completed/
Move reviewed files from import/ to appropriate folders based on type
Generate a list of ideas organized by status
Generate next week's task list
Configure task management plugin paths
Generate this week's task list (excluding today)
Generate today.md, this-week.md, and next-week.md files
A Claude Code plugin for markdown-based task management. Generates daily/weekly task views, archives completed tasks, and tracks ideas.
claude plugins add teresa-torres-plugins/task-management
After installation, run the setup wizard:
/task-management:setup
Configuration is stored in ~/.claude/task-management-config/config.yaml:
paths:
tasks_root: "/path/to/your/Tasks"
folders:
tasks: "tasks"
ideas: "ideas"
templates: "templates"
memories: "memories"
bugs: "bugs"
completed: "completed"
import: "import"
links:
format: "obsidian" # "obsidian" for [[wiki-links]] or "markdown" for [text](path)
integrations:
research_system: false # Set to true to include research digest in /today
The plugin supports two link formats:
[[task-name]][task-name](tasks/task-name.md)Choose "obsidian" if you use Obsidian or another wiki-link aware editor. Choose "markdown" for standard markdown compatibility.
If you have the research-system plugin installed and want /today to include a research digest section, set integrations.research_system: true.
/task-management:setupInteractive setup wizard to configure your tasks root folder and directory structure.
/task-management:todayGenerate daily task files:
today.md - Overdue tasks, tasks due today, in-progress ideasthis-week.md - Tasks for remaining days this weeknext-week.md - Tasks for next weekAlso archives completed tasks and normalizes date formats.
/task-management:this-weekGenerate this week's task list (excluding today).
/task-management:next-weekGenerate next week's task list.
/task-management:archiveMove completed one-time tasks from tasks/ to completed/. Recurring tasks are never archived.
/task-management:ideasList ideas organized by status:
/task-management:clean-importsMove reviewed files from import/ to their appropriate folders based on type: field.
/task-management:aboutShow this documentation.
manage-tasksTask conventions and file organization rules. Claude uses this skill when creating or modifying task files to ensure consistent formatting.
To get Claude to reliably use this skill, try putting the following in your Tasks root directory CLAUDE.md: "Use the manage-tasks skill whenever creating or updating tasks."
The plugin expects this folder structure in your tasks root:
Tasks/
├── tasks/ # Items with due dates
├── ideas/ # Projects without due dates
├── templates/ # Reusable task templates
├── memories/ # Reference items (not actionable)
├── bugs/ # Issues to fix
├── completed/ # Archived one-time tasks
├── import/ # Staging area for triage
├── today.md # Generated daily
├── this-week.md # Generated daily
└── next-week.md # Generated daily
Each task is a markdown file with YAML frontmatter:
---
type: task
due: 2025-01-15
tags: [project, urgent]
---
# Task Title
Task content here.
Required:
type - task, idea, template, memory, or bugOptional:
due: YYYY-MM-DD - Due date (required for tasks)completed: YYYY-MM-DD - Completion daterecurrence: weekly | biweekly | monthly | quarterly | yearlystatus: in-progress | noodling | someday - For ideas onlytags: [tag1, tag2] - CategorizationMIT
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Claude + Google Stitch workflow toolkit with MCP integration (prompt authoring, screen generation, design extraction)