danielvm-git/bigpowers

Agent skills synthesizing years of software engineering discipline into a prescriptive methodology for solo developers

156Stars on the repository
60Mods indexed here, across every type
25d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

align-grid

01

danielvm-git/bigpowers

Skill Claude CodeCodex

Build editorial/magazine/report webpages on a GENUINE Müller-Brockmann modular grid (International Typographic Style) — not a decorative one. Encodes the discipline (columns + modules + baseline, grotesque type, flush-left, restrained black/white/red palette) AND the hard-won front-end engineering to make the grid…

156 25d ago A 160 tokens original MIT

assess-impact

02

danielvm-git/bigpowers

Skill Claude CodeCodex

Analyze the blast radius of a proposed change before any code is written. Maps dependents, affected stories, and test coverage. Produces specs/IMPACTLATEST.md. Use before plan-work on any non-trivial change, when touching a shared module, or when the user asks "what does this break?".

156 25d ago A 67 tokens original MIT

audit-code

03

danielvm-git/bigpowers

Skill Claude CodeCodex

Self-review checklist for the coding agent to run before dispatching a reviewer. Checks CONVENTIONS.md compliance, Boy Scout Rule, test coverage, types, and SOLID. Produces a pass/fail checklist. Use before request-review, before committing, or when user asks for a code quality check.

156 25d ago A 64 tokens original MIT

audit-plan

04

danielvm-git/bigpowers

Skill Claude CodeCodex

Evaluate an incoming project plan against bigpowers principles and conventions, surface gaps, and produce a READY/NOT READY verdict before engagement begins. Use when a new project arrives, when adapting a foreign plan, or before running seed-conventions on an unfamiliar codebase.

156 25d ago A 55 tokens original MIT

build-epic

05

danielvm-git/bigpowers

Skill Claude CodeCodex

Eight-step epic build cycle — reads state.yaml, execution-status.yaml, and one epic capsule; updates status via bp-yaml-set or direct edit. Resume mode runs one step per invocation. Use instead of ad-hoc execute-plan for release work.

156 25d ago A 55 tokens original MIT

change-request

06

danielvm-git/bigpowers

Skill Claude CodeCodex

Add a new requirement or reorder epics by WSJF against specs/release-plan.yaml and epic capsule directories. Modes Add and Reorder. Use when a new requirement arrives mid-release or the plan needs prioritization.

156 25d ago A 46 tokens original MIT

commit-message

07

danielvm-git/bigpowers

Skill Claude CodeCodex

Reviews working-tree changes, then drafts a Conventional Commits title/body and states the semantic-release version bump a single such commit would imply. Also notes which defensive-code categories were touched. Use when the user wants to commit recent work, prepare a Conventional Commits message, or asks for…

156 25d ago A 71 tokens original MIT

compose-workflow

08

danielvm-git/bigpowers

Skill Claude CodeCodex

Chain multiple bigpowers skills into a custom workflow recipe saved in specs/. Use when a project repeats a non-standard skill sequence, or user wants a documented playbook beyond orchestrate-project modes.

156 25d ago A 42 tokens original MIT

context7-mcp

09

danielvm-git/bigpowers

Skill Claude CodeCodex

Fetch current library docs via Context7 MCP instead of training data. Use when user asks about frameworks, APIs, setup, or code examples for React, Next.js, Prisma, etc.

156 25d ago A 42 tokens original MIT

craft-skill

10

danielvm-git/bigpowers

Skill Claude CodeCodex

Create new bigpowers skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill for the bigpowers lifecycle.

156 25d ago A 40 tokens original MIT

deepen-architecture

11

danielvm-git/bigpowers

Skill Claude CodeCodex

Find deepening opportunities in a codebase, informed by the domain language in specs/tech-architecture/tech-stack.md and the decisions in specs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

156 25d ago A 72 tokens original MIT

define-language

12

danielvm-git/bigpowers

Skill Claude CodeCodex

Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to specs/UBIQUITOUSLANGUAGELATEST.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a ubiquitous language, or mentions "domain model" or…

156 25d ago A 71 tokens original MIT

define-success

13

danielvm-git/bigpowers

Skill Claude CodeCodex

TOMBSTONE — renamed/merged to plan-work. This stub resolves for one release then is removed.

156 25d ago A 25 tokens original MIT

delegate-task

14

danielvm-git/bigpowers

Skill Claude CodeCodex

Delegate one complex task to a single subagent, review its work in two stages before merging back. Sequential — one agent at a time, with oversight. Use when a task is complex and requires careful review before the result is accepted. Distinct from dispatch-agents (no parallelism here; reviewer sees full diff before…

156 25d ago A 69 tokens original MIT

deploy

15

danielvm-git/bigpowers

Skill Claude CodeCodex

Build → verify artifact → deploy → wait → smoke deployment pipeline. Platform-agnostic (MCP or CLI), with configurable timeout, retry with exponential backoff, and integrated health-check. The deploy half of CI/CD: run after build to push to production.

156 25d ago A 55 tokens original MIT

design-interface

16

danielvm-git/bigpowers

Skill Claude CodeCodex

Generate multiple radically different interface designs for a module using parallel sub-agents, then compare trade-offs. Based on "Design It Twice" from A Philosophy of Software Design. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".

156 25d ago A 61 tokens original MIT

develop-tdd

17

danielvm-git/bigpowers

Skill Claude CodeCodex

Test-driven development with red-green-refactor loop using vertical slices. Use for features (epic tasks) or bugs (specs/bugs/BUG-.md).

156 25d ago A 38 tokens original MIT

diagnose-root

18

danielvm-git/bigpowers

Skill Claude CodeCodex

Run 4-phase root cause analysis — reproduce, isolate, hypothesize, verify. Use when a bug is confirmed but root cause is unclear, after investigate-bug, or when user mentions root cause analysis.

156 25d ago A 46 tokens original MIT

diagnose-stall

19

danielvm-git/bigpowers

Skill Claude CodeCodex

Diagnose why agent orchestration stopped producing progress — silent stalls in /loop, dispatch-agents, or execute-plan. Use when work appears hung, no output for several minutes, or a subagent never returned.

156 25d ago A 48 tokens original MIT

dispatch-agents

20

danielvm-git/bigpowers

Skill Claude CodeCodex

Dispatch multiple subagents in parallel on independent tasks. No waiting between them — all run concurrently. Use when tasks are truly decoupled and speed matters. Distinct from delegate-task (concurrent here, no inter-task review gate).

156 25d ago A 51 tokens original MIT

edit-document

21

danielvm-git/bigpowers

Skill Claude CodeCodex

Edit and improve documents by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, restructure, or improve any document — including specs/ files, articles, READMEs, or technical writing.

156 25d ago A 49 tokens original MIT

elaborate-spec

22

danielvm-git/bigpowers

Skill Claude CodeCodex

Refine a rough idea into a clear, detailed specification through dialogue. Does not produce code. Use when user has a vague idea, wants to think through a feature before planning, or needs to turn "I want X" into a concrete spec.

156 25d ago A 55 tokens original MIT

enforce-first

23

danielvm-git/bigpowers

Skill Claude CodeCodex

Apply the F.I.R.S.T test quality rubric (per CONVENTIONS.md §Tests) to a test suite or individual tests. Use when develop-tdd is writing tests, when test quality needs to be checked, or when user mentions F.I.R.S.T or "test quality".

156 25d ago A 62 tokens original MIT

evolve-skill

24

danielvm-git/bigpowers

Skill Claude CodeCodex

Benchmark-gated skill evolution — consume bigpowers-benchmark report, propose plan-work change, edit skill via craft-skill, re-run benchmark, record ADR. Use when a skill underperforms on benchmark or stocktake finds systemic gap.

156 25d ago A 53 tokens original MIT