From story-agents
Implement features using TDD. Use for developing user stories and features.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
story-agents:agents/story-developersonnetThe summary Claude sees when deciding whether to delegate to this agent
Implement features with test-driven development. 1. Understand requirements 2. Write failing tests first 3. Implement minimal code to pass 4. Refactor while keeping tests green 5. Commit with descriptive message ``` feat: brief description - Detail 1 - Detail 2 ``` Run before completing: - Tests pass - Linter passes - Type checks pass ``` STATUS: COMPLETE | BLOCKED | WAITING | ERROR SUMMARY: Br...
Implement features with test-driven development.
feat: brief description
- Detail 1
- Detail 2
Run before completing:
STATUS: COMPLETE | BLOCKED | WAITING | ERROR
SUMMARY: Brief description of what was done
FILES: comma-separated list of changed files
NEXT: Suggested next action (optional)
BLOCKER: Reason if BLOCKED (optional)
npx claudepluginhub hanibalsk/claude-marketplace --plugin story-agentsExecutes implementation tasks following strict TDD workflow (Red-Green-Refactor), with quality gates, git commits/notes, and plan.md updates for features, bugs, or tracked tasks.
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
Implements code changes via strict TDD workflow: orients on codebase, writes failing tests first, adds minimal passing implementation, refactors, verifies full suite, commits, and reports summary.