spec-kitty.implement

Automate work package implementation with predefined prompts and dependency checks.

1|1|Updated May 1, 2026
One-click install
npx skills add https://github.com/stijn-dejongh/spec-kitty-design --skill spec-kitty-implement-stijn-dejongh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-kitty.implement
Source: https://github.com/stijn-dejongh/spec-kitty-design/tree/main/.agents/skills/spec-kitty.implement
Command: npx skills add https://github.com/stijn-dejongh/spec-kitty-design --skill spec-kitty-implement-stijn-dejongh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the implementation of work packages, reducing manual steps and streamlining the development process for efficient execution.

Core Features & Use Cases

  • Automated Implementation: Execute the implementation of work packages with predefined prompts.
  • TDD Practices: Adheres to Test-Driven Development practices for code reliability.
  • Dependency Verification: Confirms all necessary dependencies are in 'done' status before execution.
  • Subtask Implementation: Manages subtask execution in a controlled and organized manner.

Quick Start

Run /spec-kitty.implement to begin the implementation process.

Frequently Asked Questions about spec-kitty.implement

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

FAQPage Schema
How do I automate work package implementation while adhering to test-driven development?

Automating work package implementation with test-driven development involves loading a predefined prompt file to execute subtasks. This process verifies dependency statuses and applies safety guardrails to ensure code reliability throughout the automated execution.

What is the best way to manage subtask execution and verify dependencies in automated development?

Managing subtask execution requires confirming all necessary dependencies are in a completed status before proceeding. A controlled implementation process organizes these subtasks sequentially, ensuring project conventions are met during automated development.

Do I need Python to run automated work package implementation scripts?

Yes, you need Python to run automated work package implementation scripts. The execution process relies on Python and various associated tools to resolve context, load prompt files, and manage the subtask workflow safely.

How does dependency verification work before executing subtasks in an automated development workflow?

Dependency verification checks that all required upstream dependencies are marked as done before executing subtasks. This precaution prevents execution failures and ensures the automated work package implementation adheres to established project conventions.

Are there limitations when using predefined prompt files for subtask management?

Limitations of using predefined prompt files include strict adherence to specified safety guardrails and project conventions. The automated execution is bound by these constraints, requiring dependencies to be resolved beforehand to prevent workflow interruptions.