implement-feature

Orchestrate micro-skills across the feature development lifecycle with enforced gates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/wendeus0/AI-dotfiles --skill implement-feature-wendeus0
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: implement-feature
Source: https://github.com/wendeus0/AI-dotfiles/tree/main/core/skills/implement-feature
Command: npx skills add https://github.com/wendeus0/AI-dotfiles --skill implement-feature-wendeus0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate end-to-end feature development by orchestrating micro-skills across the entire lifecycle, ensuring gates and handoffs are consistently enforced.

Core Features & Use Cases

  • Orchestrates mandatory flow: spec-editor → spec-clarify → spec-validator → task-planner → spec-analyze → CONTRACT_VALID → test-design/test-red → green-refactor → quality-gate → report-writer.
  • Enforces non-skipping: blocks progress when prerequisites are unmet and routes BLOCKED gates back to the origin stage.
  • Supports resume-from-current-stage: analyzes existing artifacts to determine the correct starting point in an incomplete flow.
  • Activates conditional micro-skills (e.g., spec-clarify, spec-analyze, code-review, security-review, adr-manager, ci-automation) only when their trigger conditions are met.

Quick Start

Define SPEC.md and let the orchestrator execute the end-to-end feature workflow from spec-editor to report-writer.

Frequently Asked Questions about implement-feature

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

FAQPage Schema
How do I automate end-to-end feature development workflow orchestration?▼

Automating end-to-end feature development workflow orchestration requires coordinating micro-skills across the lifecycle, enforcing mandatory gates from spec-editor to report-writer, and routing blocked stages back to origin. You define SPEC.md to let the orchestrator execute the flow.

What is a gated workflow in software feature development?▼

A gated workflow in software feature development is a canonical process that blocks progress when prerequisites are unmet. It enforces non-skipping stages like spec-validator and quality-gate, routing BLOCKED gates back to the origin stage for secure handoffs.

How do I resume an incomplete feature development flow from the current stage?▼

To resume an incomplete feature development flow, the orchestrator analyzes existing artifacts to determine the correct starting point. It supports resume-from-current-stage logic to continue the workflow seamlessly without repeating completed steps.

How do preflight checks work in feature lifecycle orchestration?▼

Preflight checks in feature lifecycle orchestration enforce mandatory gates before progressing. They verify prerequisites are met, activate conditional micro-skills like spec-clarify or security-review when triggered, and ensure secure handoffs across the canonical workflow.

Do I need a SPEC.md file to coordinate feature cycles?▼

Yes, you need a SPEC.md file to coordinate feature cycles. Defining SPEC.md allows the orchestrator to execute the end-to-end feature workflow from spec-editor to report-writer, enforcing gates and handoffs consistently.

When should I not use automated workflow orchestration for feature development?▼

You should avoid automated workflow orchestration for feature development when your project requires skipping mandatory gates or bypassing preflight checks. The orchestrator enforces non-skipping stages, so it limits flexibility for rapid prototypes lacking formal specs.