devflow

Automate end-to-end agent development workflows with phase-driven coordination and issue extraction.

5|3|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/Cygnusfear/claude-stuff --skill devflow
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: devflow
Source: https://github.com/Cygnusfear/claude-stuff/tree/main/skills/devflow
Command: npx skills add https://github.com/Cygnusfear/claude-stuff --skill devflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

End-to-end agent development process that coordinates task extraction, agent dispatch, and PR reviews to ensure complete delivery of original requirements.

Core Features & Use Cases

  • Phase 1: Oracle Assessment – Assess codebase state, extract ALL requirements from the original issue, and plan parallelizable tasks.
  • Phase 2: Parallel Implementation – Dispatch dockerized agents to implement tasks with proper branching and PRs containing 100% coverage.
  • Phase 3: Ultra-Critical Review – Perform a 6-pass review focusing on coverage, correctness, and quality.
  • Phase 4: Human Approval – Pause for explicit human validation if needed.
  • Phase 5: Merge & Maintain – Merge PRs sequentially with proper linking to issues; cleanup worktrees.

Phase 4: Final Coverage Gate

Mandatory line-by-line verification of all issue requirements before merge.

Frequently Asked Questions about devflow

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

FAQPage Schema
How do I automate end-to-end multi-agent development workflows with issue tracking and PR reviews?▼

Devflow automates end-to-end agent development by coordinating task extraction, parallel implementation with dockerized agents, and ultra-critical 6-pass reviews that verify 100% issue coverage with explicit Closes/Fixes linkages before merge.

Can I coordinate parallel agent implementation across multiple PRs with mandatory issue coverage verification?▼

Yes. Devflow dispatches agents in parallel, generates PRs with full requirement coverage, and enforces line-by-line verification of all original requirements during final review before merge gating.

How do I ensure all requirements from an issue are implemented and linked in pull requests?▼

Devflow extracts all requirements in its Oracle Assessment phase, maps tasks to agents, and mandates explicit issue linkages (Closes/Fixes), PR documentation, and mermaid diagrams in reviews to guarantee complete traceability.

What's the best way to coordinate task extraction, agent dispatch, and code review in a multi-agent project?▼

Devflow phases the workflow: assess codebase and extract requirements, dispatch dockerized agents to parallelizable tasks, perform multi-pass review for coverage and correctness, pause for human approval, then merge with proper linking and cleanup.

Does devflow work with Docker-based agent coordination and PR automation?▼

Yes. Devflow uses dockerized agents for isolated implementation, proper branching strategies, and automated PR generation with built-in coordination for phase-driven workflows across software projects.

What happens if an implementation doesn't cover all original issue requirements?▼

Devflow's final coverage gate performs mandatory line-by-line verification of every requirement before merge; incomplete coverage blocks the merge until all issues are resolved and explicitly linked.