my bookmarks to deep-dive for this week:
| Framework | GitHub | What it does (1 line) |
|---|---|---|
| GSD | gsd-build/get-shit-done | Step-by-step guided loop (research β plan β code β commit) with atomic commits |
| GSD v2 | gsd-build/gsd-2 | Next-gen GSD with .gsd format migration |
| Superpowers | obra/superpowers | Skill-based plugin focused on deep clarifying questions before coding |
| Hyperpowers | withzombies/hyperpowers | Fork of Superpowers with beads task tracking + repo-local agents |
| BMAD | bmad-code-org/BMAD-METHOD | Heavy upfront PRD/architecture docs β best for greenfield, used by Fortune 500s |
| SpecKit | github/spec-kit | GitHub's official spec-first toolkit β write spec, agent implements |
| OpenSpec | Fission-AI/OpenSpec | Minimal SDD: 5-10 questions β spec file β Propose/Apply/Archive loop |
| Taskmaster | eyaltoledano/claude-task-master | Task breakdown & management layer β acts as PM for your AI agent |
| Claude Flow / Ruflo | ruvnet/ruflo | Multi-agent orchestration platform with SPARC methodology baked in |
| SPARC | ruvnet/sparc | Spec β Pseudocode β Architecture β Refinement β Completion planning flow |
| Octopus | nyldn/claude-octopus | Runs up to 8 models (Claude, Codex, Geminiβ¦) in parallel on every task |
| Feature-Driven-Flow | QuasarByte/codex-feature-driven-flow | 7-phase structured delivery (Scope β Explore β Clarify β Architect β Implement β Verify β Ship) |
| Marathon Ralph | gruckion/marathon-ralph | Full autonomous loop: spec β Linear tickets β Verify/Plan/Code/Test per ticket |
| Ralph (original) | snarktank/ralph | Autonomous loop that runs Claude Code repeatedly until all PRD items complete |
| Ralph-meets-Rex | klaudworks/ralph-meets-rex | CLI engine wrapping Claude, Codex, OpenCode β specify arbitrary workflow graphs |
| OpenClaw | openclaw/openclaw | Persistent memory-equipped agent platform with Telegram/Discord/Slack bots |
| CCPM | automazeio/ccpm | Project management via GitHub Issues + Git worktrees for parallel agents |
| Claude Conductor | rbarcante/claude-conductor | Context-driven dev plugin β turns Claude Code into a proactive project manager |
| Weave | pgermishuys/opencode-weave | Lean OpenCode plugin: plan before code, review before ship, audit for security |
| Oh My OpenAgent | code-yeongyu/oh-my-openagent | Multi-agent harness with named specialist agents (Oracle, Librarian, Builderβ¦) |
| Legion | @9thlevelsoftware/legion | Community franken-stack combining multiple frameworks into one opinionated install |
| Everything Claude Code | affaan-m/everything-claude-code | 36 agents + 142 skills + hooks β Anthropic hackathon winner, 130k+ stars |
| AgentOps | boshu2/agentops | DevOps layer for agents β knowledge capture, memory, and RL across sessions |
| Traycer | traycerai (GitHub org) Β· Marketplace | IDE-native spec-driven tool that turns GitHub issues into step-by-step plans |
| IronClaw | nearai/ironclaw | Rust rewrite of OpenClaw β more transparent, less opaque than the original |
I'd recommend checking out zeroclaw too