project-flow

Orchestrate Begin Intention, Discovery, and Planning phases with gate checks.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/dariopalminio/agile-sddf --skill project-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-flow
Source: https://github.com/dariopalminio/agile-sddf/tree/main/.claude/skills/project-flow
Command: npx skills add https://github.com/dariopalminio/agile-sddf --skill project-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the full ProjectSpecFactory pipeline, providing a single-session execution for Begin Intention, Discovery, and Planning with gate checks that ensure each output document reaches substatus READY before advancing.

Core Features & Use Cases

  • End-to-end orchestration of Begin Intention, Discovery, and Planning in a single interactive session.
  • WIP gate management to prevent conflicting work (substatus DOING) with options to Overwrite or Resume.
  • Automated delegation to specialized agents (project-pm, project-architect, project-ux) for template-driven interviews and documentation generation.
  • Support for retoma scenarios with gated validation after each phase.
  • Generates and tracks docs at docs/specs/project/{project-intent.md, requirement-spec.md, project-plan.md} with DOING/READY states.
  • Ensures cross-document consistency and automatic prefill/infer content where possible.

Quick Start

Guide me through the full three-phase ProjectSpecFactory workflow in a single interactive session, ensuring each document ends with substatus READY.

Frequently Asked Questions about project-flow

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

FAQPage Schema
How do I automate end-to-end project specification workflows from intention to planning?

Automated project specification workflows coordinate Begin Intention, Discovery, and Planning phases in a single interactive session. The pipeline enforces gate transitions using substatus READY checks before advancing to the next phase.

Can I resume a project specification phase if a workflow is interrupted?

Resuming interrupted project specification workflows is supported through retoma scenarios with gated validation after each phase. WIP gate management detects existing substatus DOING work and prompts you to either Overwrite or Resume the session.

What is the best way to coordinate multiple AI agents for project documentation?

Coordinating multiple AI agents for project documentation is handled by delegating template-driven interviews and generation to specialized agents. Work is distributed to project-pm, project-architect, and project-ux based on the active workflow phase requirements.

Does the project specification pipeline require manual confirmation at each phase gate?

Manual confirmation at each phase gate is required to ensure output documents reach substatus READY. The pipeline prompts for user confirmations at every gate transition to validate cross-document consistency before proceeding.

How do I keep requirement specs and project plans synchronized across workflow phases?

Keeping requirement specs and project plans synchronized is achieved by tracking documents in docs/specs/project/ with DOING and READY states. The pipeline ensures cross-document consistency and automatically prefills or infers content where possible during phase transitions.

What happens if I start a new project specification workflow while a previous one is incomplete?

Starting a new project specification workflow while a previous one is incomplete triggers WIP gate management to prevent conflicting work. The system detects the existing substatus DOING state and provides options to either Overwrite the current work or Resume the previous session.