By mateim4
Reusable Claude Code workspace bootstrapper: idempotent project scaffolding with a non-destructive sanity check, automatic cross-device session handoffs, an audit swarm, and a release pipeline.
Read-only red-team auditor. Chains individual weaknesses into concrete end-to-end abuse scenarios. Dispatched by /agentstrap:audit.
Read-only architecture auditor. Reviews module boundaries, coupling, data flow, and scalability of the design. Dispatched by /agentstrap:audit.
Read-only code-quality auditor. Reviews correctness, readability, error handling, dead code, and duplication. Dispatched by /agentstrap:audit.
Read-only documentation auditor. Checks README/setup accuracy, API docs, changelog completeness, and misleading comments. Dispatched by /agentstrap:audit.
Read-only performance auditor. Finds hot-path inefficiencies, N+1 queries, render waste, bundle bloat, and leaks. Dispatched by /agentstrap:audit.
Run the AgentStrap audit swarm over the codebase — fan out specialist reviewers in parallel, then consolidate into a deduped P0–P3 report. Use when asked to audit, review, or do a quality/security pass on a project with code.
Bootstrap or sanity-check an AgentStrap workspace in this project — idempotent and non-destructive. Detects greenfield vs existing-docs vs already-stamped, reports gaps, and adds only what is missing while conforming to existing conventions. Run when setting up AgentStrap on a project or re-checking one.
Reduce step for the audit swarm — dedupe findings from multiple reviewers, assign stable IDs, normalize to P0–P3, and group into prioritized batches with a dependency note. Used by /agentstrap:audit and /agentstrap:security-audit.
Record an architectural/product decision in the project's Decisions Log (append-only, newest first). Use when a choice has been made and should be captured durably.
Force a full handoff refresh now — write a thorough narrative of where work stands into HANDOFF.md so the next session (or device) resumes cleanly. Use when wrapping up, before switching machines, or when asked to checkpoint.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Turn Claude Code into a disciplined development partner. A lightweight, EA-style methodology — structured docs, decision governance, and a multi-perspective review swarm — that carries a project from idea to shipped, and keeps that state alive across every session and device.
idea ─▶ decisions ─▶ design ─▶ build ─▶ review ─▶ ship
└──────── one governed, documented workspace ────────┘
kept current across every session & device
It replaces "vibe-coding with amnesia" with a repeatable process: every decision is logged, every open question is tracked, every review is multi-angle — and nothing is lost when you switch machines.
| Pillar | What it gives you |
|---|---|
| 🗂️ Structured workspace | A domain-segmented docs vault (Foundations → Product → Design → Engineering → Operations → Business → Reference) — an EA-style backbone instead of scattered notes |
| ⚖️ Decision governance | An append-only Decisions Log ⇄ Open-Questions register + PM-first working rules, so choices are deliberate and traceable |
| 🔍 Review swarm | One command fans out 8 specialist reviewers (architecture, security, performance, …) → a single, deduped, prioritized report |
| 🔄 Living continuity | Hooks keep your "where we left off" current every turn and restore it on any device — the discipline survives closing the laptop |
Continuity isn't the headline feature — it's what makes the other three survive across sessions. A governed process is worthless if its state evaporates when you close the tab.
# 1. install (once per machine)
/plugin marketplace add https://github.com/mateim4/agentstrap-v2
/plugin install agentstrap@agentstrap-v2
# 2. set up a project (once per project) — run Claude from inside the project folder
/agentstrap:bootstrap
# 3. work the process: log decisions, track questions, audit, ship.
# Continuity is automatic from here on.
| Pain | AgentStrap's answer |
|---|---|
| Projects start as ad-hoc chats with no structure or paper trail | A scaffolded, domain-segmented workspace from day one |
| Decisions get made in chat and forgotten / re-litigated | Append-only Decisions Log + Open-Questions register |
| Reviews are one-dimensional ("looks fine to me") | 8-perspective audit swarm → consolidated P0–P3 report |
| Every project reinvents its own process | One reusable, opinionated methodology, installed once |
| Switch device → lost the thread, "where were we?" | Auto-handoff written every turn, restored on the other machine |
AgentStrap imposes a light, opinionated structure so a project is always organized the same way:
00 Foundations principles · working rules · Decisions Log · Open Questions
10 Product vision · wave-based discovery · requirements · user flows
20 Design wireframes · design system · UX research
30 Engineering architecture · data model · ADRs · integrations · runbooks
40 Operations sprint board · backlog · milestones
50 Business monetization · legal · go-to-market
90 Reference external docs · research (cited)
Governance is a simple loop: open a question → record the lean → decide → migrate it to the Decisions Log with a date. Architecture is pressure-tested by the review swarm before it's trusted.
The domains and governance are TOGAF-inspired, not TOGAF:
| AgentStrap | TOGAF analogue |
|---|---|
00 Foundations | Preliminary Phase + Architecture Principles/Governance |
10 Product | Phase A — Architecture Vision |
50 Business | Phase B — Business Architecture |
30 Engineering | Phases C/D — Information Systems + Technology Architecture |
40 Operations | Phases F/G — Migration Planning + Implementation Governance |
90 Reference | Architecture Repository |
| Decisions Log ⇄ Open Questions | Architecture decision log + governance |
| Audit swarm | Architecture compliance review |
It intentionally omits TOGAF's heavy machinery — the formal ADM iteration cycle, stakeholder/viewpoint framework, capability & maturity models, the Enterprise Continuum. This is governance for a small team that wants rigor without the ceremony.
AgentStrap is two halves:
npx claudepluginhub mateim4/agentstrap-v2 --plugin agentstrapFeature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.