spec-develop

Execute implementation tasks from tasks.md while tracking progress and blockers.

1|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/komluk/scaffolding.template --skill spec-develop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-develop
Source: https://github.com/komluk/scaffolding.template/tree/main/stacks/_common/.claude/skills/spec-develop
Command: npx skills add https://github.com/komluk/scaffolding.template --skill spec-develop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the implementation of code changes by providing a clear, step-by-step process for executing tasks defined in tasks.md, ensuring adherence to design decisions and project patterns.

Core Features & Use Cases

  • Task Execution: Follows a defined order to complete implementation tasks.
  • Design Adherence: References design.md to ensure technical choices are respected.
  • Progress Tracking: Updates tasks.md to mark completed items and notes blockers.
  • Use Case: When a new feature requires multiple code modifications, this Skill guides the developer through each step, ensuring all requirements from design.md are met and tasks are marked as complete in tasks.md.

Quick Start

Execute the implementation tasks outlined in the attached 'tasks.md' file, referencing 'design.md' for guidance.

Frequently Asked Questions about spec-develop

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

FAQPage Schema
How do I execute code implementation tasks based on a specification document?

Executing code implementation tasks requires following an ordered protocol defined in a structured tasks.md file, referencing design.md for guidance, and updating task completion status to track progress accurately.

What is the best way to track progress and handle blockers during feature implementation?

Tracking progress during feature implementation involves updating the tasks.md file to mark completed items and explicitly noting any blockers encountered, ensuring adherence to the defined task dependencies and execution order.

How do I ensure design adherence when implementing multiple code modifications?

Design adherence during code modifications is achieved by continuously referencing the design.md file, which guarantees that all technical choices and project patterns specified are respected throughout the execution protocol.

Does this task management approach work without predefined path formats and validation steps?

No, this task management approach strictly requires adherence to specified path formats and mandates performing validation steps after completing task groups to ensure structural integrity.

When do I need to use a structured specification document for code execution?

You need a structured specification document for code execution when a new feature requires multiple code modifications, necessitating a step-by-step process to enforce ordered execution and track dependencies.