start-feature
Installation
SKILL.md
Start Feature
Use this when beginning any feature-sized change.
Workflow
- Confirm branch and worktree state with
git status --short --branch. - Read
AGENTS.md,.agents/README.md, and.agents/rules/*.md. - Choose or add a feature-sized gap in
docs/todo/README.md. - Create
docs/in_progress/<feature>.mdfrom.agents/templates/feature-task.md. - If architecture, API, task/event representation, scheduling, artifacts, or
extension boundaries change, create a design draft under
docs/in_progress/design/from.agents/templates/design.md. - Commit task and design docs before implementation when git history is being used for the task.