Use this template to create a durable, repo-local feature task document.
Creates structured feature task documents with requirements, acceptance criteria, and plan artifacts for repository tracking.
/plugin marketplace add jamie-bitflight/claude_skills/plugin install python3-development@jamie-bitflight-skillsdevelopment/templates/Use this template to create a durable, repo-local feature task document.
# Feature: {Feature Name}
## Overview
{One paragraph description of the user-visible goal.}
## Requirements
- [ ] {Requirement 1 (testable)}
- [ ] {Requirement 2 (testable)}
- [ ] {Requirement 3 (testable)}
## Non-Goals (Out of Scope)
- {Explicit non-goal}
## Acceptance Criteria
- [ ] {AC 1 (observable)}
- [ ] {AC 2 (observable)}
- [ ] {AC 3 (observable)}
## Plan Artifacts
- Feature context: `plan/feature-context-{slug}.md`
- Architecture spec: `plan/architect-{slug}.md`
- Tasks: `plan/tasks-{N}-{slug}.md`
## Notes / Risks
- {Risk 1}
- {Risk 2}