By adeanima
Personal feature-development workflow chain extending superpowers with dedicated research and multi-subagent review phases
Use when starting any new feature, refactor, bug fix, or non-trivial idea exploration. Establishes Martin's 7-phase workflow: brainstorm → research → plan → worktree → execute → review → finish. Triggers on "new feature", "let's build", "implement X", "brainstorm", or any request beyond a single-line edit.
Use as Phase 2 of marten-workflow, immediately after brainstorming and before writing-plans. Dispatches ≥2 parallel research subagents (web + codebase) to triangulate facts, libraries, prior art, and existing code patterns. Produces a written research report. Triggers on phrases like "research X", "investigate options for Y", "what's the best library for Z", or implicit need for fact-finding before planning.
Use as Phase 6 of marten-workflow, after executing-plans is green and before finishing-a-development-branch. Runs codex:adversarial-review plus parallel code-reviewer and security-review subagents to triangulate blockers. Triggers on "review this branch", "ready to merge", "before merging", "is this done".
Personal feature-development workflow chain for Martin Westphal. Extends the
upstream superpowers plugin with two
mandatory new phases: research and review, each backed by parallel
subagents.
Provides a single orchestrator skill (marten-workflow) that chains seven
phases for any non-trivial feature, refactor, or idea exploration:
superpowers:brainstormingmarten-superpower:research-phase (new)superpowers:writing-planssuperpowers:using-git-worktreessuperpowers:executing-plansmarten-superpower:review-phase (new)superpowers:finishing-a-development-branchThe two new phases enforce Martin's global rules:
research-report.md.codex:adversarial-review plus parallel
code-reviewer and security-review subagents, fixes in-scope blockers,
logs out-of-scope findings to KNOWN_ISSUES.md.superpowers plugin installed (this
plugin invokes its skills)codex plugin installed and codex-companion.mjs allow-listed in
.claude/settings.local.jsoncode-reviewer and security-review agents/skills available# Local install for development
cc --plugin-dir /Users/marten/Code/agents/marten-superpower
Or symlink/copy into your plugins directory.
The orchestrator skill auto-triggers on phrases like:
It exempts trivial edits (single-line tweaks, typo fixes, comment-only changes).
| Skill | Phase | Purpose |
|---|---|---|
marten-workflow | orchestrator | Announces phases, enforces order, hands off to phase skills |
research-phase | 2 | Parallel subagent fact-finding, writes report |
review-phase | 6 | Multi-subagent adversarial review, blocker triage |
MIT
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.
Weekly meal planning automation: Cookidoo recipe + meal-plan + shopping-list orchestration with German supermarket offer integration (Marktguru)
Personal coding guardrails: fundamental dev principles (DRY/YAGNI/KISS/SINE), accuracy discipline, milestone review and delegation guidance; a task-workflow skill for repo project management (epics/milestones/tasks in an Obsidian vault) that hands off into superpowers; a warn-only PreToolUse hook that nudges edits into an isolated git worktree; and a blocking PreToolUse hook that routes pre-migration tracker reads into the task-workflow skill.
npx claudepluginhub adeanima/marten-superpowerReliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls