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.
Show 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
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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Automated research paper discovery, PDF monitoring, and AI-powered summarization for academic and technical literature
Maintains project documentation: README.md (what/how to use), ARCHITECTURE.md (design/patterns), process-notes/ (per-entry work history), and A/B test docs
npx claudepluginhub ttorres33/teresa-torres-plugins --plugin task-managementTask and project management with the tdn CLI. Helps Claude work as a productivity assistant, managing tasks, projects, and areas stored as markdown files on disk.
CLI-free taskmd plugin. Manage tasks stored as markdown files using only Claude's native tools — no CLI binary required.
GTD workflow automation for Obsidian vaults: capture, triage, route, focus
パーソナル秘書スキル。対話的オンボーディングでMarkdownベースの管理フォルダ階層を自動生成します。
Manage tasks, plan your day, and build up memory of important context about your work. Syncs with your calendar, email, and chat to keep everything organized and on track.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).