feature-implementer

Convert feature specifications into Godot implementations with scenes, scripts, and resources.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cautiouskurns/Blood-and-Gold --skill feature-implementer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-implementer
Source: https://github.com/cautiouskurns/Blood-and-Gold/tree/main/.claude/skills/feature-implementer
Command: npx skills add https://github.com/cautiouskurns/Blood-and-Gold --skill feature-implementer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps translate documented feature specifications into concrete Godot implementations, ensuring alignment with the game's design vision and providing transparent, auditable outputs.

Core Features & Use Cases

  • Automates the process of turning a feature spec into code, scenes, and assets
  • Generates an implementation plan, scaffolds code and scene structure, and integrates with existing systems
  • Ideal for developers and designers who want consistent, auditable feature delivery from docs

Quick Start

Provide a full implementation plan for the feature spec, including directory structure, required scripts, and integration steps.

Frequently Asked Questions about feature-implementer

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

FAQPage Schema
How do I turn a feature specification into a Godot implementation?

To turn a feature specification into a Godot implementation, provide the spec located in docs/features/. The tool scaffolds the required scripts, scenes, and resources while integrating with existing autoloads and design guidelines.

What is the best way to automate Godot scene and script creation from feature specs?

Automating Godot scene and script creation from feature specs is done by enforcing frontmatter-driven requirements like name, description, signals, and dependencies. This process outputs a detailed implementation plan and scaffolds the required project structure automatically.

Does this feature implementation approach work with existing Godot autoloads and systems?

Yes, the feature implementation process explicitly ensures integration with existing Godot systems and autoloads. It checks your feature spec dependencies and aligns the generated scripts and scenes with your current project architecture.

How do I structure feature specs for Godot automation to ensure they parse correctly?

To structure feature specs for Godot automation correctly, include frontmatter-driven requirements such as name, description, signals, and dependencies. The tool reads these documented specifications from the docs/features/ directory to generate the implementation plan.

What outputs does a Godot feature spec generator create besides scripts and scenes?

Besides scaffolding Godot scripts and scenes, a feature spec generator outputs a detailed implementation plan and an auditable implementation report. These documents provide transparent tracking of the feature delivery from design vision to code.