feature

Plan and implement GridRacer features from the design document.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/Pjpj42/GridRacer --skill feature-pjpj42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature
Source: https://github.com/Pjpj42/GridRacer/tree/main/.claude/skills/feature
Command: npx skills add https://github.com/Pjpj42/GridRacer --skill feature-pjpj42

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan and implement a feature from the GridRacer design document to deliver end-to-end game functionality with proper architecture, tests, and documentation.

Core Features & Use Cases

  • Research the feature requirements from the design doc and identify dependencies.
  • Plan tasks, break work into subtasks, define data structures, and determine integration points.
  • Implement, test, and document the feature to ensure correctness, maintainability, and alignment with project conventions.
  • Feature checklist from design doc includes grid rendering, movement model, 9 acceleration options UI, path checking, collision detection, crash handling, lap counting, win conditions, AI opponent, move preview markers, and velocity display.

Quick Start

Read the design document sections referenced (GridRacer Concept and Design Doc), then implement the feature following project conventions and run tests to validate.

Frequently Asked Questions about feature

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan and implement a game feature from a design document end-to-end?

End-to-end game feature implementation involves researching design doc requirements, breaking work into subtasks, defining data structures, implementing logic, testing, and documenting to align with project conventions.

What game design features are needed for a grid-based racing game?

Grid-based racing game features include grid rendering, movement models, acceleration UI, path checking, collision detection, crash handling, lap counting, win conditions, AI opponents, move preview markers, and velocity display.

Do I need a design document before starting feature implementation?

A design document is required before feature implementation because it provides the feature requirements, dependencies, and integration points needed to plan tasks, define data structures, and validate correctness.

What's the best way to structure data for a grid racing game feature?

Structuring data for a grid racing game feature requires determining integration points and defining data structures during planning, ensuring alignment with design doc references and project conventions.

How do I validate a game feature implementation against project conventions?

Validate game feature implementation by running comprehensive tests and documenting the feature, ensuring correctness, maintainability, and adherence to design doc references and project conventions.