Skip to content

feat: add solopilot — PM-driven autonomous engineering for solo builders#204

Open
Mrbaeksang wants to merge 1 commit intoComposioHQ:masterfrom
Mrbaeksang:add-solopilot-plugin
Open

feat: add solopilot — PM-driven autonomous engineering for solo builders#204
Mrbaeksang wants to merge 1 commit intoComposioHQ:masterfrom
Mrbaeksang:add-solopilot-plugin

Conversation

@Mrbaeksang
Copy link
Copy Markdown

What

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 "## 학습"

Why

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.

Structure

solopilot/
├── .claude-plugin/
│   ├── plugin.json
│   └── marketplace.json
├── commands/
│   ├── autopilot.md
│   ├── cpp.md
│   ├── grill.md
│   └── learn.md
├── README.md
├── LICENSE (MIT)
├── CHANGELOG.md
└── .gitignore

Links

solopilot bundles four slash commands that together form a complete
autonomous engineering loop:

- /autopilot bootstraps the system in one shot: stack detection,
  CLAUDE.md, specs/PRD.md as immutable truth, 3-agent setup
  (Coordinator / Implementor / Verifier), PostToolUse hooks,
  LEARNINGS.md, and prints /schedule routine strings.
- /cpp turns uncommitted changes into Conventional Commits + push
  + draft PR via gh.
- /grill runs a 5-pass adversarial review (security, types,
  concurrency, edge cases, scope drift) with severity tags and
  SHIP / FIX-FIRST / REWRITE verdict.
- /learn extracts patterns and anti-patterns from a PR and appends
  to LEARNINGS.md and CLAUDE.md "## 학습".

Codifies compound engineering, spec-driven development, and agent
harness patterns into one installable plugin.

Repo: https://github.com/Mrbaeksang/solopilot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant