workflow-interactive

Coordinate end-to-end development tasks with a structured, test-driven workflow.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/onepunch-tk/cc-test-notion-invoice-web --skill workflow-interactive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-interactive
Source: https://github.com/onepunch-tk/cc-test-notion-invoice-web/tree/main/.claude/skills/workflow-interactive
Command: npx skills add https://github.com/onepunch-tk/cc-test-notion-invoice-web --skill workflow-interactive

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Development teams often lose momentum when switching between planning, testing, and review phases. This Skill provides a structured, repeatable workflow for implementing features, fixing bugs, creating components, writing routes, and integrating APIs, ensuring code changes pass through planning, TDD, review, and validation before merging.

Core Features & Use Cases

  • PlanMode-driven planning: Start with PlanMode to thoroughly analyze state and produce a concrete plan.
  • TDD-first implementation: Use unit-test-writer and follow green/red feedback loops with automated validation.
  • Code quality and reviews: Trigger code-reviewer to assess quality, security, and performance, with reports guiding fixes.
  • End-to-end validation: Run e2e-tester and integrate development planner for safe merges.
  • Task orchestration: Seamlessly create and merge tasks across branches as the workflow progresses.

Quick Start

Begin by entering PlanMode and follow Phase 1 to plan, then proceed through Phase 2 to Phase 4.

Frequently Asked Questions about workflow-interactive

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

FAQPage Schema
How do I structure a test-driven development workflow for feature implementation?

A structured test-driven development workflow coordinates end-to-end tasks using PlanMode for planning, unit-test-writer for TDD loops, code-reviewer for quality checks, and e2e-tester for validation before merging branches.

What is the best way to coordinate planning, testing, and code review phases?

Coordinating planning, testing, and code review requires a sequential workflow that enforces PlanMode analysis, TDD-first implementation with green/red feedback loops, automated code quality assessment, and end-to-end validation for safe merges.

Can I use this structured workflow for fixing bugs and writing API integrations?

Yes, this structured workflow applies to implementing features, fixing bugs, creating components, writing routes, and API integrations in production-grade projects requiring validation and code reviews.

How do I start a TDD workflow with PlanMode?

Start a TDD workflow by entering PlanMode to thoroughly analyze state and produce a concrete plan in Phase 1, then proceed through Phase 2 to Phase 4 for unit testing, code review, and end-to-end validation.

Does this development workflow support branch management and task orchestration?

Yes, this development workflow enforces sequential branch management and task orchestration, allowing you to seamlessly create and merge tasks across branches as the workflow progresses through validation steps.

When do I need a structured TDD workflow for my development tasks?

You need a structured TDD workflow for production-grade projects requiring validation and code reviews, ensuring code changes pass through sequential planning, unit testing, review, and end-to-end testing before merging.