workflow-architect-lite

Generate a flat project plan and execute tasks with git commits.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It helps you turn a project idea into production-oriented code without skipping early alignment, by using a lightweight 2-phase flow (Understand → Execute) and writing a flat task plan to disk before any implementation starts.

Core Features & Use Cases

  • Understand phase proposal: Collects focused requirements and presents a brief architecture/tech-stacks-and-phases proposal for approval in conversation.
  • Flat plan + task files: Writes a sequential, checkpoint-friendly plan to .workflow-lite/plan.md and generates per-task task markdown under .workflow-lite/tasks/.
  • Guided execution with verification: Executes tasks in order, runs verification checks, and creates one git commit per completed task with a simple “1-strike” recovery path on failures.
  • Session resume: Persists progress in .workflow-lite/state.json so you can resume execution after interruption.

Quick Start

Tell the AI: "Use workflow-architect-lite to plan and build my new project from this idea: [paste your project idea]."

Frequently Asked Questions about workflow-architect-lite

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

FAQPage Schema
How do I turn a project idea into code with automated task execution and git commits?

To turn a project idea into code with automated task execution, you need a two-phase workflow that generates a sequential task plan, verifies each task upon completion, and commits the changes to git automatically. This ensures fast alignment and structured implementation.

What is a two-phase workflow for small to medium greenfield project planning?

A two-phase workflow for greenfield project planning involves an Understand phase to gather requirements and propose architecture, followed by an Execute phase to implement tasks sequentially. It writes a flat plan to disk for checkpoint-friendly execution and explicit user approval.

Can I resume project task execution after an interruption without losing progress?

Yes, you can resume task execution after an interruption if the workflow persists progress in a state file on disk. By saving the current execution state, the system can reload the flat plan and continue from the exact task where it left off.

Does lightweight project planning require deep multi-phase brainstorming for small builds?

Lightweight project planning for small builds does not require deep multi-phase brainstorming or large task graphs. It uses a focused Understand→Execute state machine to collect requirements, generate a flat plan, and start implementation quickly.

How do I handle task verification failures during guided project execution?

To handle verification failures during guided project execution, the workflow uses a simple one-strike recovery path. When a task fails verification, it triggers a recovery attempt before proceeding to the next task or creating a git commit.

What's the best way to plan and build fast from a new software idea?

The best way to plan and build fast from a new software idea is using a workflow that enforces early alignment through a brief architecture proposal, writes sequential task files to disk, and executes them with per-task verification and git commits.