implement-feature

Orchestrate end-to-end feature delivery across tests, implementation, review, and documentation.

2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/tulgardinc/vibe-check --skill implement-feature-tulgardinc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-feature
Source: https://github.com/tulgardinc/vibe-check/tree/main/.claude/skills/implement-feature
Command: npx skills add https://github.com/tulgardinc/vibe-check --skill implement-feature-tulgardinc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates the complete lifecycle of a feature from tests through implementation, reviews, and documentation, ensuring dependencies are respected and progress is tracked automatically.

Core Features & Use Cases

  • End-to-end feature orchestration: coordinates tests, implementation in dependency order, reviews, and documentation within a single workflow.
  • Dependency-aware task orchestration: reads architecture.md and requirements.md, schedules work in valid order and records progress and decisions.
  • AI-agent orchestration: spawns specialized agents (test-writer, implementor, reviewer, fixer, documenter) and aggregates results.

Quick Start

Invoke the implement-feature skill with a feature name to start the full end-to-end implementation cycle.

Frequently Asked Questions about implement-feature

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

FAQPage Schema
How do I orchestrate end-to-end feature delivery with AI agents?

End-to-end feature delivery is orchestrated by coordinating specialized agents for test-writing, implementation, review, fixing, and documentation, aggregating results within a single workflow.

What is the best way to schedule software implementation tasks in dependency order?

Dependency-aware task scheduling reads architecture.md and requirements.md to sequence work in valid order, handling a dependency graph, phase waves, and blockers automatically.

How do I automate tests, implementation, review, and documentation in one workflow?

Automating the complete feature lifecycle coordinates tests, implementation, reviews, and documentation sequentially, respecting dependencies and tracking progress automatically.

Do I need architecture.md and requirements.md files to coordinate feature implementation?

Architecture.md and requirements.md are required artifacts to satisfy dependency graph scheduling, phase wave orchestration, and deterministic progress tracking within the workflow.

Can I use worktree-driven workflows for AI-agent feature orchestration?

Worktree-driven workflows support feature delivery by isolating changes while specialized agents execute tests, implementation, reviews, and documentation in dependency order.

What are the limitations of automated feature delivery orchestration?

Orchestration requires predefined architecture.md and requirements.md artifacts to coordinate phase waves and dependency graphs; without these inputs, deterministic scheduling and progress tracking cannot function.