Auto-activating workflows. Triggered by natural language or explicit commands.
‘‘создай задачу’’, ‘‘финализируй’’, or ‘‘продолжим’’. No commands needed.
Explicit entry points. Slash commands that invoke skills directly.
YAML frontmatter + markdown. Human-readable, machine-parseable.
--- id: 7 status: open priority: HIGH created: 2026-03-31 blockedBy: [] tags: [auth, security] --- # Refactor auth middleware ## Problem Current implementation stores tokens...
# Task Registry Last updated: 2026-03-31 ## Open | # | Task | Priority | Blocker | |---|------|----------|---------| | 07 | Refactor auth | HIGH | — | ## Done | # | Task | Date | |---|------|------| | 06 | Fix login bug | 2026-03-30 |
Every task-related request is matched, classified, and executed against the session store.
| Operation | Trigger | Confirmation |
|---|---|---|
| Create | “создай задачу”, “new task” | Silent |
| List | “покажи задачи”, “что осталось” | Silent |
| Show | “покажи #7”, “детали задачи” | Silent |
| Update | “обнови приоритет”, “измени” | Silent |
| Close | “закрой задачу”, “done” | AskUser |
| Delete | “удали задачу” | AskUser |
Override and extend behaviour with local files.
finalize.local.md to your project for custom pre/post finalization steps — commit hooks, deploy checks, notifications.
/plugin marketplace add BeMySlaveDarlin/cc-task-manager /plugin install cc-task-manager@bemyslavedarlin-cc-task-manager
git clone https://github.com/BeMySlaveDarlin/cc-task-manager.git cd cc-task-manager && bash install.sh