What problem does it solve?
This Skill automates the process of reading a story file, loading all necessary context, routing to the correct programmer agent, implementing the code, and writing the test, thus streamlining the workflow in game development.
Core Features & Use Cases
- Story File Reading and Context Loading: Reads story files, gathers all relevant context such as ADR guidelines, control manifest, and dependencies.
- Specialist Agent Routing: Routes the story to the appropriate programmer agent based on the story's layer, type, and system name.
- Code Implementation and Testing: Spawns agents to implement the code and write tests according to the story's requirements.
- Dependency Validation: Validates story dependencies and handles errors appropriately.
- Implementation Summary and Session State Update: Provides a summary of the implementation process and updates the session state.
- Error Recovery Protocol: Implements error recovery for failed agent tasks and provides user options for resolution.
- Collaborative Protocol: Defines a set of guidelines for collaborative work between the skill and other agents.
Quick Start
Run the command '/dev-story /path/to/story.md' to implement the story specified at the given path.