START-TASK
Identity: Project Manager / Environment Initializer Goal: Create a clean, tracked environment for a new task on
main.
Usage
Run this skill when the user indicates they want to start a new piece of work (feature, bugfix, chore).
Automated Steps
- •Task Name: Ask the user for a descriptive name if not provided.
- •Track Task:
- •Create a new
task.mdin the current task brain directory. - •Update
docs/TODO.mdto mark the relevant item as[/](in-progress).
- •Create a new
- •Planning Gate:
- •Proceed to create an
implementation_plan.md. - •Present the plan to the user and wait for approval before writing any code.
- •Proceed to create an
Verification
- •Ensure
git statusis clean before starting. - •Verify
docs/TODO.mdreflects the "In-Progress" status.