Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Project bootstrap standard — guarantees all 25 core engineering and product disciplines are consulted in lifecycle order. Use when starting a new project, repository, feature, or phase. Prevents auto-trigger gaps by making the standard enforceable through a checklist.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | 46% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 21% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 24% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 21% | 0% |
| case-16 | ✗→✓ | ▲ Improved | 120% | 0% |
This skill aggregates 25 core disciplines — engineering, product, testing, documentation, and security — into a single executable checklist. It exists because auto-triggering of individual skills is unreliable, and demanding that every new build apply the complete standard requires explicit invocation, not passive hopes.
Invoking new-project once = a guarantee that all mandatory skills below are consulted at the right moment in the project lifecycle.
the enforcement mechanism — it makes a skipped skill visible instead of silently lost.
exact identifier in the invoke column. Mark its todo completed once consulted.
(e.g. no database, no external API), mark it completed with a one-line note "N/A — <reason>" rather than deleting it. The point is a conscious decision, never a silent skip.
behavior for the whole session; tick the todo once you've internalized/announced them.
Do not batch all 25 Skill invocations into one turn — that floods context with end-of-session guidance while you're still planning. Pull each one in as its phase arrives.
| Skill | invoke | why here | |---|---|---| | Brainstorming | superpowers:brainstorming | Explore intent/requirements/user intent BEFORE any build. Process skill — runs first. | | Project context | (optional: load project OWNER.md / README if exists) | If project has existing vision/stack docs, read them. Else skip. | | Search-first ✦ | (rule, not a skill) | Verify external facts (tool behavior, API limits, versioning, third-party state) before asserting them. Embedded behavior for the whole session. |
| Skill | invoke | why here | |---|---|---| | Agent Flywheel | agent-flywheel | Plan-space-first: cost of fixing error in plan (~1x) vs. in code (~25x). Picks the build mode. | | Plan synthesis | superpowers:writing-plans | Multi-phase execution plan with checkpoints, or single-phase sprint plan. | | Red-team the plan | superpowers:requesting-code-review or manual adversarial pass | Challenge assumptions, identify failure modes, stress-test requirements. | | Impact metrics | impact-metrics-gate | Define primary success metric + measurement + baseline BEFORE building. | | Business validation ⟳ | business-guardrails | Validate before building: market fit, competitive gap, anti scope-creep. Only when product/business angle exists. |
| Skill | invoke | why here | |---|---|---| | Specification + ADRs | adr-spec-gate | Software spec + Architecture Decision Records mandatory before code. | | Engineering standards | engineering-standards | Charter, threat model, CI/CD gates, branch protection, SBOM, runbook templates. | | Infrastructure-as-Code (IaC) | iac-first-commit | Rebuildable from git pull + one command, declarative & idempotent from commit #1. | | Secrets management ⟳ | tokens-taxonomy | 1 token per purpose, least privilege, centralized vault strategy. Whenever secrets/credentials involved. |
| Skill | invoke | why here | |---|---|---| | Test-driven development | superpowers:test-driven-development | Test-first for every feature/bugfix. | | Parallel execution ⟳ | superpowers:dispatching-parallel-agents | When executing a plan with independent tasks that can run in parallel. | | Documentation | docs-as-code | Code without docs isn't done. Mandatory per session. | | Version control discipline | git-pr-rules | Pull requests always, never direct local merge into main. Non-negotiable. | | Version numbering | version-bump-rules | Every shipped change bumps version (semver). | | Excellence principle ✦ | excellence-no-intermediates | Never present "good enough for MVP / polish later" as a valid option. Excellence is binary. | | Instrumentation ⟳ | observability-when-to-add | Add observability only with confirmed pain; follow industry standards (OpenTelemetry, structured logging). | | Data completeness ⟳ | large-payload-completeness | When fetching/importing large datasets, verify no silent truncation. | | External integrations ⟳ | (API/SDK/service-specific skill if available) | When integrating third-party APIs, services, or external data sources. | | Data quality ⟳ | (manual QA checklist if no dedicated skill) | Before shipping analysis or data-driven features, validate methodology, accuracy, and bias. | | Deep research ⟳ | deep-research | Multi-source, fact-checked research when ground truth is unclear or claim needs verification. |
| Skill | invoke | why here | |---|---|---| | Executive tracking ⟳ | (PROGRESS.md if product/business project, otherwise optional) | Dashboard tracking for product projects; phase tracking for multi-phase builds. | | Ledger updates | superpowers:verification-before-completion or ledger-auto-updates | CHANGELOG + session-handoff at end of every substantive session. |
Some skills in this checklist may overlap intentionally (e.g., planning skills, review skills). Treat them as complementary: if running one already satisfied the need, mark the other's todo done with a one-line note "covered by previous skill]" rather than invoking both.
Some runtimes or projects may not have every referenced skill installed. If an exact identifier is missing:
git-pr-rules for version control), apply a manualchecklist for that discipline instead.
is not relevant to the project, mark "N/A — not applicable".
This caveat keeps the aggregator enforceable without pretending unavailable tools were invoked.
Use for:
Skip for:
Auto-triggering of individual skills is unreliable because:
This aggregator makes the entire standard enforceable through explicit invocation and a visible checklist.
Other measured skills in the registry, with their headline benchmark lift.