AI SummaryForge is a 9-stage TDD-first workflow designed for Claude Code in Cursor that guides developers through research, planning, and implementation with built-in security and documentation practices. It benefits AI-assisted developers who want structured, confidence-driven feature shipping with quality gates.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "forge — Cursor Rules" prompt rules to my project. Repository: https://github.com/harshanandak/forge Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
9-stage TDD-first workflow for Claude Code
Prerequisites
• Git, GitHub CLI (gh) • Beads (recommended): bun add -g @beads/bd && bd init • OpenSpec (optional): bun add -g @fission-ai/openspec && openspec init
Forge - 9-Stage TDD Workflow
A TDD-first workflow for AI coding agents. Ship features with confidence.
Commands (9 Stages)
| Stage | Command | Description | |-------|---------|-------------| | 1 | /status | Check current context, active work, recent completions | | 2 | /research | Deep research with web search, document to docs/research/ | | 3 | /plan | Create implementation plan, branch, OpenSpec if strategic | | 4 | /dev | TDD development (RED-GREEN-REFACTOR cycles) | | 5 | /check | Validation (type/lint/security/tests) | | 6 | /ship | Create PR with full documentation | | 7 | /review | Address ALL PR feedback | | 8 | /merge | Update docs, merge PR, cleanup | | 9 | /verify | Final documentation verification |
Workflow Flow
` /status → /research → /plan → /dev → /check → /ship → /review → /merge → /verify `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts