feat: add solopilot — PM-driven autonomous engineering for solo builders
loading diff…
Adds solopilot to the Developer Productivity section.
solopilot is a Claude Code plugin that bootstraps a complete autonomous engineering system in one command. It bundles four slash commands that map to a real engineering team's roles:
| Command | Role |
|---|---|
/autopilot | One-shot bootstrap: stack detection, CLAUDE.md, specs/PRD.md as immutable truth, 3-agent setup (Coordinator/Implementor/Verifier), PostToolUse hooks, LEARNINGS.md, /schedule routine strings |
/cpp | Commit · Push · PR — Conventional Commits + draft PR via gh |
/grill | Staff-engineer adversarial review (security/types/concurrency/edge cases/scope drift) |
/learn | Extract patterns from a PR, append to LEARNINGS.md + CLAUDE.md "## 학습" |
Solo developers don't have a PM, QA, or review pressure. Agents drift, accumulate technical debt, and never learn from yesterday's mistakes. solopilot codifies the patterns from compound engineering (Every), spec-driven development, and agent harness engineering (ECC) into a single installable plugin.
solopilot/
├── .claude-plugin/
│ ├── plugin.json
│ └── marketplace.json
├── commands/
│ ├── autopilot.md
│ ├── cpp.md
│ ├── grill.md
│ └── learn.md
├── README.md
├── LICENSE (MIT)
├── CHANGELOG.md
└── .gitignore