dev-pabcd

Orchestrate a five-phase development workflow with user checkpoints.

5|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/lidge-jun/cli-jaw-skills --skill dev-pabcd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-pabcd
Source: https://github.com/lidge-jun/cli-jaw-skills/tree/main/dev-pabcd
Command: npx skills add https://github.com/lidge-jun/cli-jaw-skills --skill dev-pabcd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill prevents common AI development mistakes like rushing to code without design and delivering unverified work by enforcing a structured, multi-phase development process with user checkpoints.

Core Features & Use Cases

  • Phased Development: Guides work through Plan, Audit, Build, Check, and Done phases.
  • User Control: Requires explicit user approval at critical junctures (P, A, B phases).
  • Verification: Integrates with workers to audit plans and verify code.
  • Use Case: For any development task, ensure thorough planning, design audit, and code verification before completion, maintaining quality and alignment with user intent.

Quick Start

Initiate the planning phase of the PABCD workflow by running cli-jaw orchestrate P.

Frequently Asked Questions about dev-pabcd

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

FAQPage Schema
How do I prevent AI from rushing to code without a proper development plan?

To prevent rushed coding, a structured development workflow enforces sequential progression through Plan, Audit, Build, Check, and Done phases. This requires explicit user approval at critical junctures before any code generation begins.

What is a phased development workflow with mandatory user checkpoints?

A phased development workflow with mandatory user checkpoints orchestrates tasks through five stages: Plan, Audit, Build, Check, and Done. It halts execution at critical junctures, requiring explicit user approval to ensure alignment and prevent unverified deliverables.

How do I verify code quality before finalizing a development task?

To verify code quality before finalizing a task, the workflow utilizes worker processes during the Check phase to audit plans and verify code. This prevents delivering unverified work by enforcing a structured review before completion.

Does this structured workflow require specific dependencies to run?

This structured workflow requires no external dependencies to run. It operates independently using built-in scripts and references to orchestrate the five-phase development process and manage worker processes for verification.

How do I start the planning phase of a structured development workflow?

To start the planning phase, initiate the workflow by running the orchestration command for the Plan phase. This sets the process in motion, preparing the design and requirements before proceeding to the Audit phase.

When should I not use a sequential phased development process?

You should not use a sequential phased development process when tasks require rapid prototyping without design audits or user approvals. The mandatory checkpoints and strict progression are designed for tasks demanding thorough verification and alignment.