# Superpowers Skill Methodology Harness - Agent Guide

Superpowers-inspired skill-methodology harness: bootstrap skill use before action, route to process skills, enforce design/planning/TDD, execute via subagents, and validate with transcripts.

## Agent instruction

Do not scrape the human UI. Use this agent guide, the package manifest, and raw Buildprint files.

1. Fetch package manifest: `/buildprints/superpowers-skill-methodology-harness/package.json`
2. Read order: `BUILDPRINT.md`.
3. Do not scrape human cards. Use this manifest, agent.md, and raw files. BUILDPRINT.md is the canonical start file and owns the required read order, phase gates, and acceptance gates. Structured control files are machine-readable mirrors only.
4. Follow the Buildprint's alignment/question rules before implementation.
5. Run required validation and write requested validation evidence plus the final chat handover.

## Metadata

- slug: `superpowers-skill-methodology-harness`
- category: `Workflow OS`
- tier: `agent-grade`
- status: `validated`
- runtime: Claude Code, Codex, OpenCode, Gemini, Cursor, Copilot CLI
- stack: Session bootstrap, Skill routing, TDD, Subagents, Transcript evals

## Entrypoints

- Human page: /buildprints/superpowers-skill-methodology-harness/
- Manifest JSON: /buildprints/superpowers-skill-methodology-harness/package.json
- Prompt: /buildprints/superpowers-skill-methodology-harness/prompt.txt
- GitHub: https://github.com/DomEscobar/agent-buildprint/tree/main/buildprints/superpowers-skill-methodology-harness
- Raw base: https://agent-buildprint.com/buildprints/superpowers-skill-methodology-harness/files

## Files

- `BOOTSTRAP_AND_ROUTING.md` - Buildprint package file (required)
- `BUILDPRINT.md` - compatibility bootstrap or package contract (required)
- `checks/acceptance.md` - acceptance checklist (required)
- `CONTRACTS.md` - legacy interface/data contracts, when present (required)
- `PLAN.md` - legacy execution index, when present (required)
- `proof/package.json` - offline proof artifact (required)
- `proof/src/eval.js` - offline proof artifact (required)
- `proof/src/harness.js` - offline proof artifact (required)
- `proof/src/run-evals.js` - offline proof artifact (required)
- `proof/src/skills.js` - offline proof artifact (required)
- `proof/src/subagents.js` - offline proof artifact (required)
- `proof/src/transcript.js` - offline proof artifact (required)
- `proof/tests/harness.test.js` - offline proof artifact (required)
- `publication.json` - machine-readable mirror (required)
- `README.md` - human overview, non-authoritative (required)
- `SKILL_LIBRARY.md` - Buildprint package file (required)
- `SOURCE_TRACE.md` - Buildprint package file (required)
- `SPEC.md` - legacy behavior requirements, when present (required)
- `SUBAGENT_ORCHESTRATION.md` - Buildprint package file (required)
- `SYSTEM_MAP.md` - Buildprint package file (required)
- `TEST_MATRIX.md` - legacy risk-to-test alignment, when present (required)
- `VALIDATION_REPORT.md` - Buildprint package file (required)
- `VALIDATION_TEMPLATE.md` - legacy completion report template, when present (required)
- `WORKFLOW.md` - Buildprint package file (required)

## Copyable implementation prompt

```txt
Use the Superpowers Skill Methodology Harness Buildprint. First bootstrap exact snapshots: agb start https://agent-buildprint.com/buildprints/superpowers-skill-methodology-harness/package.json . If agb is not installed, clone https://github.com/DomEscobar/agent-buildprint and run node agent-buildprint/bin/agb.js start https://agent-buildprint.com/buildprints/superpowers-skill-methodology-harness/package.json . Then read .buildprint/next-agent.md and continue. Do not write Buildprint snapshots manually. Build the skill-methodology harness from the packet; do not substitute a generic dashboard.
```
