feature-implementer

Translate specifications in features/specs/ into runnable code and scaffold modules.

1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Bayyo1337/hka-agentic-raumzeit-bot --skill feature-implementer-bayyo1337
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-implementer
Source: https://github.com/Bayyo1337/hka-agentic-raumzeit-bot/tree/main/.gemini/skills/feature-implementer
Command: npx skills add https://github.com/Bayyo1337/hka-agentic-raumzeit-bot --skill feature-implementer-bayyo1337

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates translating technical specifications into runnable, production-grade code by deriving implementations from specs located in features/specs/ and scaffolding new modules.

Core Features & Use Cases

  • Spec-driven implementation: Converts documented specifications into executable code within the codebase.
  • Module generation & integration: Creates new modules and updates existing files for seamless integration.
  • Validation & testing: Generates a test script in scripts/ to verify the new feature.

Quick Start

Provide precise code implementations from the specifications in features/specs/ and create a basic test in scripts/test_feature.py.

Frequently Asked Questions about feature-implementer

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

FAQPage Schema
How do I turn technical specifications into production-ready code?

Spec-to-code translation converts documented specifications in features/specs/ into executable code. It derives implementations from specs and scaffolds new modules to ensure reproducible development with automated test generation.

How do I generate a new module from a feature specification?

Module generation creates new code structures and updates existing files for seamless integration. It scaffolds modules directly from your documented specifications to maintain consistency across the codebase.

Can I integrate newly generated code with my existing software development workflow?

Yes, integration updates existing files for seamless integration within the codebase. The process ensures reproducible development by applying code generation and integration updates to your current workflow.

What is the best way to scaffold new modules from documented specifications?

Scaffolding new modules from specifications requires precise spec-to-code translation. This approach derives runnable code from specs in features/specs/ and updates existing files for seamless integration.

Does spec-driven code generation work without manual test creation?

Yes, the process generates a test script in scripts/ automatically. It validates the new feature without manual test creation, satisfying requirements for reproducible development and verification.