Stats
Links
Categories
Interview-driven spec generation and Ralph-powered autonomous execution
npx claudepluginhub yudduy/duy-workflowResearch, spec generation, and Ralph-powered autonomous execution for Claude Code. 10 skills: research, interview, execute, discover, distill, verify-poc, pair, derive, commit-push-pr, cancel-ralph.
Research, spec generation, and Ralph-powered autonomous execution for Claude Code.
git clone https://github.com/yudduy/duy-workflow.git ~/.claude/plugins/marketplaces/duy-workflow
~/.claude/plugins/marketplaces/duy-workflow/install.sh
Then restart Claude Code.
git clone https://github.com/yudduy/duy-workflow.git /tmp/duy-workflow && /tmp/duy-workflow/install.sh && rm -rf /tmp/duy-workflow
The installer copies files to a permanent location before the temp dir is removed.
claude --plugin-dir /path/to/duy-workflow
cd ~/.claude/plugins/marketplaces/duy-workflow && git pull
| Command | Description |
|---|---|
/duy-workflow:research | Autonomous experimental research with falsifiable conjectures |
/duy-workflow:interview | Deep codebase exploration + structured interview -> SPEC.md |
/duy-workflow:execute | Ralph-powered TDD implementation from spec |
/duy-workflow:discover | Scientific discovery — map frontier, stress-test hypotheses |
/duy-workflow:distill | Compress enduring questions into incompressible wisdom |
/duy-workflow:verify-poc | Verify PoC code with frontier research recommendations |
/duy-workflow:pair | Pair with Codex as autonomous peer via message queue |
/duy-workflow:derive | Multi-model mathematical derivation swarm |
/duy-workflow:commit-push-pr | Commit, push, and create PR in one command |
/duy-workflow:cancel-ralph | Cancel active Ralph Wiggum loop |
/duy-workflow:research "transformer architectures"
/duy-workflow:research "transformer architectures" --max-iterations 50
# Step 1: Interview - explores codebase, asks questions, outputs SPEC.md
/duy-workflow:interview
# Step 2: Execute - Ralph loop implements the spec with TDD
/duy-workflow:execute
/duy-workflow:execute --max-iterations 50
/duy-workflow:discover "problem statement"
/duy-workflow:discover "problem statement" --team # Scout + Theorist + Critic agents
/duy-workflow:derive "prove that ..."
/duy-workflow:commit-push-pr
/duy-workflow:commit-push-pr "Add user authentication"
/research -> /interview -> /execute
---------- ---------- ---------
Parallel agents Explore codebase Ralph loop
Web search AskUserQuestion Reads SPEC.md
Cross-verify Output: SPEC.md TDD enforced
Codex + Gemini Codex review Codex pair
/duy-workflow:execute --agent-id 1 # in terminal 1
/duy-workflow:execute --agent-id 2 # in terminal 2