feat: add solopilot — PM-driven autonomous engineering for solo builders#204
Open
Mrbaeksang wants to merge 1 commit intoComposioHQ:masterfrom
Open
feat: add solopilot — PM-driven autonomous engineering for solo builders#204Mrbaeksang wants to merge 1 commit intoComposioHQ:masterfrom
Mrbaeksang wants to merge 1 commit intoComposioHQ:masterfrom
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds
solopilotto 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:
/autopilotCLAUDE.md,specs/PRD.mdas immutable truth, 3-agent setup (Coordinator/Implementor/Verifier), PostToolUse hooks,LEARNINGS.md,/scheduleroutine strings/cppgh/grill/learnLEARNINGS.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
Links