aman-2709

62 mods across 1 repository, 12 stars between them.

multi-execute

25

aman-2709/superpowers-ecc

Command

Multi-model collaborative execution — get prototype from plan, Claude refactors and implements, multi-model audit.

12 5mo ago A 19 tokens

multi-plan

26

aman-2709/superpowers-ecc

Command

Multi-model collaborative planning — context retrieval and dual-model analysis to generate step-by-step implementation plans.

12 5mo ago C 18 tokens

plan

27

aman-2709/superpowers-ecc

Command

Alias for /write-plan — create a detailed implementation plan with bite-sized tasks.

12 5mo ago A 15 tokens

tdd

32

aman-2709/superpowers-ecc

Command

Enforce test-driven development workflow — scaffold interfaces, generate tests FIRST, then implement minimal code to pass.

12 5mo ago A 20 tokens

verify

34

aman-2709/superpowers-ecc

Command

Run comprehensive verification on current codebase state — build, types, lint, tests.

12 5mo ago A 16 tokens

PreToolUse

36

aman-2709/superpowers-ecc

Hook

Runs before the agent uses a tool, executing session-start.js via node. From aman-2709/superpowers-ecc.

12 5mo ago A tokens not measured

Stop

37

aman-2709/superpowers-ecc

Hook

Runs when the agent finishes a response, executing session-end.js and suggest-compact.js via node (2 commands). From aman-2709/superpowers-ecc.

12 5mo ago A tokens not measured

Notification

38

aman-2709/superpowers-ecc

Hook

Runs when the agent sends a notification, executing pre-compact.js via node. From aman-2709/superpowers-ecc.

12 5mo ago A tokens not measured

api-design

39

aman-2709/superpowers-ecc

Skill Claude CodeCodex

REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.

12 5mo ago A 31 tokens

brainstorming

40

aman-2709/superpowers-ecc

Skill Claude CodeCodex

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

12 5mo ago A 37 tokens

deployment-patterns

42

aman-2709/superpowers-ecc

Skill Claude CodeCodex

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.

12 5mo ago A 31 tokens

e2e-testing

44

aman-2709/superpowers-ecc

Skill Claude CodeCodex

Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.

12 5mo ago A 31 tokens

eval-harness

45

aman-2709/superpowers-ecc

Skill Claude CodeCodex

Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles.

12 5mo ago A 19 tokens

executing-plans

46

aman-2709/superpowers-ecc

Skill Claude CodeCodex

Use when you have a written implementation plan to execute in a separate session with review checkpoints.

12 5mo ago A 22 tokens

aman-2709/superpowers-ecc

Skill Claude CodeCodex

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup.

12 5mo ago A 44 tokens

aman-2709/superpowers-ecc

Skill Claude CodeCodex

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation.

12 5mo ago A 38 tokens