workflow-architect

Convert project ideas into multi-phase implementation plans with approval gates.

65|8|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/EasyCode-Obsidian/workflow-architect --skill workflow-architect-easycode-obsidian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-architect
Source: https://github.com/EasyCode-Obsidian/workflow-architect/tree/main/claude/skills/workflow-architect
Command: npx skills add https://github.com/EasyCode-Obsidian/workflow-architect --skill workflow-architect-easycode-obsidian

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Turns an initial project idea into a complete, production-ready implementation by enforcing a strict, multi-phase architecture and planning workflow with mandatory gates and deep decision review.

Core Features & Use Cases

  • 5-phase governed workflow: Pre-Research → Requirements → Draft → Planning → Execution, preventing premature coding and skipping of phases.
  • Coverage-driven requirements interviewing: Uses a structured 10-category taxonomy (with mandatory depth thresholds) to eliminate missing critical requirements.
  • Deep, evidence-backed architecture decisions: Runs required research and brainstorm checkpoints to reduce “first intuition” architecture mistakes.
  • Persistent session recovery and traceability: Maintains .workflow/state.json plus persisted brainstorm artifacts to resume safely after interruptions.
  • Plan-to-execution hierarchy (disk-backed): Produces and persists a 3-level plan (project, phase, task) before any code is written.

Quick Start

Run the skill in your project directory and provide a clear project idea, for example: plan a system from idea to implementation using workflow-architect: "Build an API service for ...".

Frequently Asked Questions about workflow-architect

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

FAQPage Schema
How do I plan software architecture before writing any code?

Software architecture planning requires a governed multi-phase workflow that enforces requirements interviewing, research, and brainstorm checkpoints before execution. This approach prevents premature coding by producing a persistent three-level plan covering project, phase, and task hierarchy.

What is a requirements interview taxonomy for project architecture?

A requirements interview taxonomy is a structured ten-category framework used during architecture planning to ensure comprehensive requirement coverage. It enforces mandatory depth thresholds to eliminate missing critical requirements before drafting the system design.

Can I resume a production readiness workflow after an interruption?

Yes, you can resume a production readiness workflow safely after interruptions by leveraging persistent session recovery. The process maintains a state file and persists brainstorm artifacts to disk, allowing the architecture session to continue seamlessly.

Does this architecture workflow support adding requirements mid-execution?

The architecture workflow enforces strict phase gates preventing code before the execution-planning phase. Adding requirements mid-execution requires returning to the requirements phase to maintain production readiness and update the persistent plan hierarchy.

What's the best way to avoid first-intuition architecture mistakes?

To avoid first-intuition architecture mistakes, use a workflow with mandatory research and brainstorm checkpoints. These gates enforce evidence-backed decision-making during the draft phase, reducing premature or poorly evaluated architectural choices.