Agent skill
feature
Plan and implement a feature from the game design doc
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/feature
SKILL.md
Implement Feature
Implement a specific feature from the GridRacer design document.
Arguments
$ARGUMENTS - Feature name (e.g., "collision detection", "lap counting", "move preview")
Process
1. Research
- Read
docs/GridRacer Concept.mdfor specifications - Find relevant sections for the feature
- Identify dependencies and prerequisites
2. Plan
- Break into subtasks
- Identify files to modify
- Design data structures if needed
- Consider edge cases from design doc
3. Implement
- Write code following project conventions
- Use value types (structs) for game state
- Integer-only coordinates
- Follow naming conventions
4. Test
- Add unit tests for game logic
- Run
/testto verify - Run
/play-testfor visual verification
5. Document
- Update architecture.md if needed
- Add to known-issues.md if incomplete
Feature Checklist from Design Doc
- Grid rendering
- Movement model (position + velocity + acceleration)
- 9 acceleration options UI
- Path checking (Bresenham's algorithm)
- Collision detection
- Crash handling (life lost, respawn)
- Lap counting
- Win conditions
- AI opponent
- Move preview markers
- Velocity vector display
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?