What problem does it solve?
Plans or executes tasks for any registered project by auto-detecting the active project from the working directory, reading conventions from ~/.claude/commands/fsd/projects.yaml, and guiding a two-phase workflow (plan mode vs execute mode) with explicit task-detail requirements.
Core Features & Use Cases
- Auto-detects the current project from the working directory and the projects.yaml configuration
- Plan mode when a task-detail file is missing; Execute mode when a task-detail file exists
- Ensures a task-detail file is created before executing, and updates CHANGELOG and task status accordingly
- Supports multi-task prompts by referring to task IDs and dispatching per-ID flows
- Strictly operates within a registered project’s repository context
Quick Start
Run fsd:do-task CBP-087 to start planning or executing the specified task in the active project.