spec-implement

Execute structured implementation plans with dependency tracking and quality gate validation.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/eavichay/mycli --skill spec-implement-eavichay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-implement
Source: https://github.com/eavichay/mycli/tree/main/.cursor/skills/spec-implement
Command: npx skills add https://github.com/eavichay/mycli --skill spec-implement-eavichay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the challenge of managing complex, multi-step software implementation projects by automating task execution, dependency tracking, and quality gate validation.

Core Features & Use Cases

  • Automated Task Orchestration: Executes implementation plans defined in tasks.md while respecting sequential and parallel dependencies.
  • Quality & Compliance Gates: Enforces project-wide standards, including ignore-file verification and checklist completion, before proceeding with code changes.
  • Use Case: A developer needs to implement a new feature across multiple files; this Skill ensures all prerequisite tests are written, dependencies are met, and each task is tracked and verified against the project constitution.

Quick Start

Invoke the spec-implement skill to execute the current implementation plan defined in the feature directory.

Frequently Asked Questions about spec-implement

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

FAQPage Schema
How do I automate multi-task software implementation plans with dependency tracking?

Automated multi-task implementation plan execution coordinates sequential and parallel task dependencies, processing tasks defined in tasks.md within a designated feature directory to maintain structured execution.

What are quality gates in software implementation workflows?

Quality gates in software implementation workflows enforce project-wide standards by verifying checklist completion and ignore-file configurations before allowing code changes to proceed.

How do I enforce architectural governance during feature implementation?

Enforcing architectural governance during feature implementation requires a compliant project structure containing .specify/ directories to validate tasks against the defined project constitution.

Does automated task orchestration work with existing DevOps project structures?

Automated task orchestration works with existing DevOps project structures only if they contain the required .specify/ directories and adhere to the defined architectural governance and metadata formats.

How do I manage execution metadata for complex feature implementation?

Managing execution metadata for complex feature implementation involves operating within defined feature directories to process tasks, verify checklists, and maintain execution state throughout the workflow.

Why does task execution fail when prerequisite checklists are not completed?

Task execution fails when prerequisite checklists are incomplete because quality gate validation enforces project-wide standards, preventing code changes from proceeding until all compliance requirements are met.