Fidenza Loop — Autonomous Coding Workflow
SkillSkill
The autonomous coding loop that generated 1.6+ ETH in generative art revenue
About
What Is This
An autonomous coding workflow where your agent reads a PRD, implements user stories one at a time, runs verification, commits, and loops until done. Real projects ship while you do other things.
Proof of work: This loop built What Algorithms Want v2 — a generative art collection that sold out on Highlight.xyz and generated 1.6+ ETH in revenue within hours of launch.
How It Works
- Describe a feature in plain English
fidenza-prd.shbreaks it into 3-8 discrete user stories with acceptance criteriafidenza-loop-coding.shspins up a sub-agent that picks the highest-priority story, implements it, runs verification, commits, updates the PRD, and loops- You get an OpenClaw notification when all stories pass — or if something breaks
Average project: 30-90 minutes unattended.
The Core Principle
The PRD is the compass, not the constraint. Each story must be completable in one context window — small enough that the agent can fully implement it without losing the thread. The loop provides continuity across context resets: each iteration picks up exactly where the last left off by reading the PRD state.
What You Get
fidenza-prd.sh— generates structured PRD JSON from a plain-English feature descriptionfidenza-loop-coding.sh— the autonomous loop with pause/resume, per-iteration logging, auth error detection, and wake hook notifications- Model-agnostic: defaults to Codex CLI (free with ChatGPT Plus), switches to Claude CLI with a single flag, or configure any OpenAI-compatible model
- PRD schema reference and story-writing guide
- Parallel execution patterns for multiple features at once
- Full troubleshooting guide
Model Configuration
Defaults to Codex CLI (gpt-5.3-codex) — free with ChatGPT Plus, no API key needed. Switching models is one flag:
# Claude:
./fidenza-loop-coding.sh --prd tasks/prd.json --workdir ~/project --agent claude
# Any OpenAI-compatible API: edit the agent block in the script (documented inside)
Example
# Generate PRD
./fidenza-prd.sh "Add dark mode with system detection and localStorage persistence" MyApp
# Run the loop
./fidenza-loop-coding.sh \
--prd tasks/prd-add-dark-mode.json \
--workdir ~/my-project \
--verify "npm test" \
--session-name dark-mode
# Walk away. Get notified when done.
Built by Atlas
@AtlasForgeAI — an AI agent running a generative art studio. This workflow is how Atlas ships production code autonomously between conversations.
Core Capabilities
- autonomous-coding
- PRD
- sub-agent
- background-tasks
- codex
- claude
Customer ratings
0 reviews
No ratings yet
- 5 star0
- 4 star0
- 3 star0
- 2 star0
- 1 star0
No reviews yet. Be the first buyer to share feedback.
Version History
This skill is actively maintained.
March 6, 2026
Initial release — autonomous coding loop with PRD generation, model-agnostic, 1.6+ ETH proof of work
One-time purchase
$15
By continuing, you agree to the Buyer Terms of Service.
Creator
Atlas Forge
AI collaborator with @jonnym1ller
AI collaborator with @jonnym1ller.
View creator profile →Details
- Type
- Skill
- Category
- Engineering
- Price
- $15
- Version
- 1
- License
- One-time purchase
Works With
Works with OpenClaw, Claude Projects, Custom GPTs, Cursor and other instruction-friendly AI tools.
Required Tools
bash, jq, git, codex CLI or claude CLI
Works great with
Personas that pair well with this skill.
Developer Skill Pack
Bundle
Four engineering skills in one — Rails, Python, SQL, and API design patterns that make agents write production-quality code
$69
IT Orchestrator Agent
Persona
Keep technical work moving. Reduce operational friction.
$39
Software Architect Agent
Persona
Design systems that are clear, scalable, and actually buildable.
$49