From productivity
Task management for FashionUnited using TASKS.md for personal tasks, GitHub Projects for team roadmaps, and beads for development issues. Reference this when the user asks about tasks, wants to track commitments, or needs day planning around editorial deadlines and sales cycles.
npx claudepluginhub fuww/knowledge-work-pluginsThis skill uses the workspace's default tool permissions.
Tasks are tracked across three systems optimized for different workflows:
Defines conventions for TASKS.md files: structure with optional sections, status symbols ([ ] todo, [/] ongoing, [x] done, [-] backlog), task descriptions, and testable acceptance criteria. Use for creating, editing, updating tasks or tracking progress.
Manages tasks in TASKS.md with Active/Waiting/Someday/Done sections; add/complete/summarize tasks, extract from conversations, setup HTML dashboard.
Manages tasks-plans/ workspace by adding actionable items to backlog, ideas for exploration, or dated references. Organizes files by topic into subfolders, processes queued work via subcommands.
Share bugs, ideas, or general feedback.
Tasks are tracked across three systems optimized for different workflows:
bd CLI)FashionUnited operates across 30+ markets and 9 languages with key coordination patterns:
Always use TASKS.md in the current working directory.
For team-level work, use GitHub Projects with the Now-Next-Later roadmap structure:
| Column | Purpose | Typical items |
|---|---|---|
| Now | Currently in progress (this sprint/week) | Active features, urgent fixes |
| Next | Committed for next cycle | Prioritized backlog items |
| Later | Future consideration | Ideas, improvements, tech debt |
Commands:
~~project tracker (GitHub)For development issues, use the bd CLI:
bd ready # Find unblocked work
bd show <id> # Full issue details
bd create "Title" # New issue
bd close <id> # Complete work
bd sync # Sync with git
Workflow:
A visual dashboard is available for managing tasks and memory. On first interaction with tasks:
dashboard.html exists in the current working directory${CLAUDE_PLUGIN_ROOT}/skills/task-management/assets/dashboard.html to the current working directory/productivity:start to set up the full system."The task board:
TASKS.md fileWhen creating a new TASKS.md, use this exact template (without example tasks):
# Tasks
## Active
## Waiting On
## Someday
## Done
Task format:
- [ ] **Task title** - context, for whom, due date- [x] ~~Task~~ (date)When user asks "what's on my plate" / "my tasks":
When user says "add a task" / "remind me to":
- [ ] **Task** formatWhen user says "done with X" / "finished X":
[ ] to [x]~~task~~When user asks "what am I waiting on":
[NL], [DE], [UK], [US])(#123)When summarizing meetings or conversations, offer to add extracted tasks:
Ask before adding - don't auto-add without confirmation.