feature-workflow

Coordinate end-to-end feature implementation by decomposing requirements into parallelizable tasks.

1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/khw1031/ai-library --skill feature-workflow-khw1031
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-workflow
Source: https://github.com/khw1031/ai-library/tree/main/skills/feature-workflow
Command: npx skills add https://github.com/khw1031/ai-library --skill feature-workflow-khw1031

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates and standardizes the lifecycle of feature development, reducing miscommunication and drift by enforcing a fixed, explainable process that turns vague ideas into concrete, trackable work.

Core Features & Use Cases

  • Stepwise governance: follows a 5-step workflow (Requirements, Design, Task Analysis, Implementation, Review) to structure work.
  • Artifact-driven collaboration: emits dedicated Markdown artifacts (10/20/30/40/50) that document decisions and progress.
  • Parallelizable task decomposition: breaks work into independent subtasks that can be executed concurrently across team members.
  • Git-based history: commits checkpoints at the end of each step to preserve clear history.
  • Human-in-the-loop: requires explicit user confirmation before advancing to the next step.

Quick Start

Initialize a new task with this workflow unit and begin at Step 1.

Frequently Asked Questions about feature-workflow

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

FAQPage Schema
How do I structure feature implementation into parallelizable tasks?

Structure feature implementation by decomposing requirements into independent subtasks using a 5-step workflow: Requirements, Design, Task Analysis, Implementation, and Review. This process breaks work into parallel subtasks aligned with TDD, enabling concurrent execution across team members.

What is the best way to automate git workflow checkpoints for feature development?

Automate git workflow checkpoints by committing at the end of each step in the feature lifecycle. This creates a clear, git-based history of decisions and progress, preserving step-wise governance from requirements through review.

How does artifact-driven collaboration work in a structured feature workflow?

Artifact-driven collaboration emits dedicated Markdown artifacts numbered 10 through 50 to document decisions and track progress. These artifacts are generated automatically throughout the workflow, ensuring drift-free communication across the team.

Can I enforce step-wise governance and human-in-the-loop approval during task analysis?

Yes, you can enforce step-wise governance by requiring explicit user confirmation before advancing to the next step. This human-in-the-loop mechanism ensures that task analysis and design align with requirements before implementation begins.

Does this feature workflow integrate test-driven development with task decomposition?

Yes, the feature workflow integrates test-driven development by aligning subtask decomposition with TDD principles. It breaks work into independent subtasks during task analysis that can be executed concurrently while maintaining test-first implementation standards.