Skip to content

Overview

(10 equal stages)

flowchart TB
    TM[1 Task Master\nPRD → tasks]
    CR[2 CrewAI\nResearch + spec + QA plan]
    LG[3 LangGraph\nState machine + gates]
    OH[4 OpenHands\nScaffold repo]
    AI[5 Aider\nAPI + commits]
    CL[6 Cline\nUI + browser tests]
    N8[7 n8n\nOps automation]
    CO[8 Coolify\nDeploy stack]
    PH[9 PostHog\nAnalytics + flags]
    CW[10 Chatwoot\nSupport inbox]

    TM --> CR --> LG --> OH --> AI --> CL --> N8 --> CO --> PH --> CW
    CW -->|CSAT loop| TM

Deca-Loop — 10 tools with artifacts

# Tool Role You ship
1 Task Master PM tasks.json from PRD
2 CrewAI Tech lead Market brief + tech spec + test plan
3 LangGraph Architect Orchestrator graph + approval gates
4 OpenHands Junior dev Repo scaffold + CI skeleton
5 Aider Mid-level dev API modules + git history
6 Cline IDE teammate Frontend + E2E verification
7 n8n Ops Deploy + notify + CSAT webhooks
8 Coolify DevOps Production URLs + SSL
9 PostHog QA + data Events, flags, replay
10 Chatwoot Support Inbox + AI bot handoff
Doc Contents
DEMO.md 5-min live demo script for blog/video
Tutorial Full walkthrough — every part runnable
Stack reference Equal config snippets for all 10 repos
Sample PRD Input for Task Master
PulseFeedback app Runnable FastAPI + UI (stages 4–6 output)
Orchestrator LangGraph state machine
Terminal GIFs Animated snippets for every tutorial part

Regenerate GIFs

cd assets && python3 render_stack_screenshots.py gif

Read the full tutorial → Live demo script → Stack reference (10 tools) →