Habitat-Thinking/ai-literacy-superpowers

A set of Claude Code and GitHub Copilot plugins providing the AI Literacy framework's complete development workflow — harness engineering, agent orchestration, literate programming, CUPID code review, and the three enforcement loops

103

stars

718

commits

Python

primary language

Aug 26, 2026

updated

habitat-thinking.github.io/ai-literacy-superpowers/
agent-harness-enabled
agent-orchestration
ai-literacy
claude-code
claude-code-plugin
code-review
copilot-cli
copilot-cli-plugin
cupid
developer-tools
github-copilot
harness-engineering
literate-programming
opentelemetry
spec-first
tdd

README

ai-literacy-superpowers

License: Apache 2.0 Lint Markdown Marketplace ai-literacy-superpowers model-cards diagnostic-legibility Skills Agents Commands Harness Harness Health Claude Code Copilot CLI Agent Harness Enabled AI Literacy

A plugin marketplace for Claude Code and GitHub Copilot CLI shipping opinionated tools for the AI Literacy framework — harness engineering, agent orchestration, decision archaeology, governance, and model evaluation.

Add the marketplace, install the plugin(s) you want, and you have a fully operational habitat for AI-assisted development.

New to the project? Start with ONBOARDING.md or browse the docs site.


Plugins in this marketplace

PluginVersionWhat it doesDocs
ai-literacy-superpowersv0.91.0The flagship. Harness engineering, agent orchestration, literate programming, CUPID code review, compound learning, and the three enforcement loops. 41 skills, 20 agents, 32 commands.docs
model-cardsv0.1.0Researches and authors Mitchell-extended model cards from a model name. Tiered source strategy (provider docs → HuggingFace → arXiv → web), refusal-on-unconfirmed-existence honesty rule.docs
diagnostic-legibilityv0.11.0Hosts agents accountable for maintaining human understanding. Ships the diagnostic-legibility agent — builds and self-challenges two models of a codebase scope (architectural moving parts and domain concepts) via a five-question retained-challenge cycle, then cross-checks the two collections against each other via a five-question per-direction cycle. The /diagnose command surfaces the mutually-corrected models on demand as a readable report. The ConceptualPipelineMap template adds a standalone, presentation-agnostic flow-perspective data model; the agent's scope-resolution mode answers "what does my task touch?"; its pipeline mode traces control flow within that bound and cross-checks all three collections; the /pipeline-map "<task>" command renders the task-scoped map as a self-contained HTML flowchart (pinned, SHA-verified Mermaid inlined; no CDN); and --predict-change adds an opt-in change-site prediction (which stages the task will modify and where it will insert new ones), disclosed as a prediction, never a directive.docs

The bulk of this README documents the ai-literacy-superpowers plugin specifically — its skills, agents, commands, hooks, templates, enforcement loops, and pipelines. For model-cards, see its README and its docs. Future sister plugins will land in this marketplace under <plugin-name>/ with their own docs at docs/plugins/<plugin-name>/.


Installation

1. Add the marketplace (once)

# Claude Code
claude plugin marketplace add Habitat-Thinking/ai-literacy-superpowers

# GitHub Copilot CLI
copilot plugin marketplace add Habitat-Thinking/ai-literacy-superpowers

2. Install the plugin(s) you want

# Claude Code
claude plugin install ai-literacy-superpowers     # the flagship
claude plugin install model-cards                  # the sister

# GitHub Copilot CLI
copilot plugin install ai-literacy-superpowers@ai-literacy-superpowers
copilot plugin install model-cards@ai-literacy-superpowers

You can install one, the other, or both. Once installed, each plugin's skills, agents, hooks, and commands (or prompts) are available in any session within your project.

Commands are available as /command-name in Claude Code and as /prompt-name in Copilot CLI.

Updating

Check if an update is available

New template content is found by running /harness-upgrade, which compares your harness against the plugin's template directly. Nothing nudges you automatically: the marker that used to drive a session-start nudge tracked the plugin version rather than template content, so it fired on every release whether or not the template had changed.

  • Manual check — compare installed vs latest at any time:
claude plugin list

Update the plugin

When a new version is released, update your local installation:

# Claude Code
claude plugin update ai-literacy-superpowers@ai-literacy-superpowers

# Copilot CLI
/plugin update ai-literacy-superpowers

Check the CHANGELOG for what changed between versions.

After updating, run /harness-upgrade to review and adopt any new template content (constraints, GC rules, optional blocks) into your HARNESS.md.

Update the marketplace listing

If you maintain your own marketplace that includes this plugin, refresh the index so new versions are discoverable:

claude plugin marketplace update Habitat-Thinking/ai-literacy-superpowers

This pulls the latest plugin.json metadata (version, description, keywords) into the marketplace index. Users who have already installed the plugin still need to run claude plugin update separately.

See How to Update the Plugin for the full guide.

Quick start

After installation, run these commands to set up your project:

# Full habitat setup (recommended for new projects)
/superpowers-init

# Harness-only setup (if you want constraints without the agent pipeline)
/harness-init

# Check the status of your harness
/harness-status

# Run a health check
/harness-health

# Run an AI literacy assessment
/assess

/superpowers-init sets up the complete habitat: CLAUDE.md, HARNESS.md, AGENTS.md, MODEL_ROUTING.md, REFLECTION_LOG.md, the full agent team, skills, hooks, and CI workflow templates. Use this for new projects.

/harness-init sets up only the harness: HARNESS.md with starter constraints and GC rules. Use this if you want the constraint and enforcement machinery without the full agent pipeline.

Changing a harness rule

Setting a harness up is the easy half. Once it exists, this is how it changes:

/reflect → a human reads the reflections → HARNESS.md → /harness-sync

HARNESS.md is the master and it is human-curated. /reflect captures what was noticed and routes it by signal type; a human reviews the corpus, with agentic support, and decides what is worth writing down. /harness-sync then brings the convention files for Cursor, Copilot and Windsurf into line.

/harness-constrain helps author a constraint. /harness-audit checks whether what HARNESS.md declares still matches reality. Git history is the record of what changed and why.

Tool Compatibility

This plugin works with both Claude Code and GitHub Copilot CLI from the same repository. The formats have converged:

ComponentClaude CodeCopilot CLIShared?
Skillsskills/*/SKILL.mdskills/*/SKILL.mdIdentical
Agentsagents/*.agent.mdagents/*.agent.mdIdentical
Hookshooks/hooks.jsonhooks/hooks.jsonIdentical
Commandscommands/*.md.github/prompts/*.prompt.mdTranslated
InstructionsVia templates/CLAUDE.md.github/copilot-instructions.mdAdapted

ai-literacy-superpowers — what it ships

The remaining sections of this README document the ai-literacy-superpowers plugin in detail. For model-cards, see its README and its docs.

Skills (41)

Code quality, harness engineering, and governance knowledge that agents read when working in your codebase.

SkillWhat it provides
literate-programmingKnuth's five rules — code as literature, reader-first
cupid-code-reviewTerhorst-North's five properties — composable, unix, predictable, idiomatic, domain-based
github-actions-supply-chainCI hardening checklist — SHA pinning, permissions, dependabot
dependency-vulnerability-auditGo and Maven CVE scanning procedures
docker-scout-auditDocker image CVE triage and remediation
harness-engineeringFoundational concepts — the three components, promotion ladder, enforcement timing
context-engineeringWriting conventions precise enough for humans and LLMs to enforce
dynamic-workflowsWhen/which/how to author ephemeral multi-agent workflows — six patterns, election rubric, INV-1/INV-2 governance
constraint-designDesigning enforceable constraints with the verification slot model
garbage-collectionEntropy-fighting patterns and the auto-fix safety rubric
verification-slotsThe unified interface for deterministic and agent-based checks
ai-literacy-assessmentAssessment instrument — scan repo, ask questions, produce timestamped assessment with prioritised improvement plans
harness-observabilityFour-layer observability guidance — snapshot format, telemetry export, meta-observability checks
convention-extractionFive extraction questions, artefact mapping, four-element anatomy — surfaces tacit team conventions
cross-repo-orchestrationGit-mediated (L4) and specification-mediated (L5) patterns for syncing artefacts and governing portfolios
secrets-detectionGitleaks-based secret scanning — configuration, baselining, and CI integration
auto-enforcer-actionAutomatic PR constraint checking via GitHub Actions
convention-syncSyncing HARNESS.md conventions to Cursor, Copilot, and Windsurf convention files
fitness-functionsArchitectural fitness functions as GC rules — periodic checks for layer boundaries, coupling, and complexity
model-sovereigntyDecision framework for model selection, hosting, fine-tuning, and vendor independence
literacy-improvementsPrioritised improvement plan mapping assessment gaps to plugin commands and skills
portfolio-assessmentMulti-repo assessment aggregation — level distribution, shared gaps, and portfolio improvement plans
portfolio-dashboardGenerate a self-contained HTML dashboard from portfolio assessment data with trend visualisation
team-apiCreate or update a Team Topologies Team API document with AI literacy portfolio data
cost-trackingQuarterly AI cost capture — record spend, compare trends, inform model routing
cost-estimationProspective cost/token/time estimation — range-with-confidence estimate records, snapshot-grounded dollar figures, the prospective sibling of cost-tracking
governance-constraint-designFalsifiable governance constraint authoring — three-frame translation, anti-patterns gallery, governance constraint template
governance-audit-practiceGovernance audit methodology — five-stage semantic drift model, debt scoring matrix, frame alignment review
governance-observabilityGovernance metrics catalogue, snapshot format extension, and HTML dashboard specification
advocatus-diaboliAdversarial spec review — six-category objection framework, evidence requirements, steel-manned challenge before plan approval
choice-cartographerDecision archaeology — six-lens map of implicit choices a spec has made (forces, alternatives, defaults, patterns, consequences, coherence); routing rule partitions findings between the Cartographer and the diaboli
component-design-with-tdadDesign-time methodology for new plugin components — names the five design questions implied by the four-layer TDAD architecture (component type, layer targeting, scenario shape, new-vs-modification, scenario-vs-finding); loadable by spec-writer, tdd-agent, or human brainstorming
cognitive-reservoirWatches the human verifier the harness cannot verify — four observable proxies, observed/inferred/asked confidence discipline, disjunctive thresholds, the decide-your-stop-first principle, and the honesty rule separating contested science (ego depletion, hungry judges) from the robust basis (vigilance decrement, switching cost); advisory-only, never a fatigue score
sentinel-designDefines the sentinel agent category — the three-part signature (S1 read-only, S2 advisory-to-human, S3 explicit honesty rule), the near-miss gallery (why code-reviewer and harness-auditor don't qualify), the honesty-rule-before-detection-logic discipline, and the three anti-patterns (scoring the human, persisting human-state records, gating automatically)

Agents (22)

A coordinated team that handles the full development lifecycle. It splits into two families: sentinels, whose object of care is the human's understanding and judgement, and pipeline & harness agents, whose object of care is an artefact, the pipeline, or the harness.

Sentinels (9)

Sentinel — any agent whose primary purpose is to protect and support the understanding and judgement of the human in the workflow. It informs, challenges, surfaces, or warns — it never fixes, writes, merges, or decides.

Sentinels are the answer to the human side of Margaret-Anne Storey's triple-debt model: where the pipeline and harness agents fight technical debt in the code, sentinels establish and protect the human's understanding, judgement, and discernment — holding back the cognitive and intent debt that accrue when AI produces output faster than a person can absorb it.

Every sentinel satisfies the three-part sentinel signature: S1 read-only trust boundary (no Write/Edit; Bash only for read-only inspection), S2 advisory output a human disposes (no automated action), and S3 an explicit epistemic honesty rule (it declares the status of its claims). S1 is enforced deterministically — the Sentinel integrity constraint fails CI if a role: sentinel agent is granted Write/Edit. See the sentinel-design skill for the near-miss gallery and authoring guidance.

The decision-discipline triad (carpaccio, advocatus-diaboli, choice-cartographer) guards decisions; the reservoir-warden guards the decider; the cost-estimator guards the decision's inputs. The four cadence sentinels guard the shape of the work around those decisions: the coda guards the ending, the mast the pact, the wip-warden the count, and the convener the room.

AgentGuardsRoleTrust boundary
carpaccioJudgement scaleCadence governor — runs at orchestrator step 0 before spec-writer; slices the raw task description into thin, end-to-end-complete pieces; hard gate on slice dispositionsRead only
advocatus-diaboliDecisions at both gatesAdversarial reviewer — spec-time (premise/design focus, before plan approval) and code-time (risk/implementation focus, before integration); six-category objection record, human-cognition gate on dispositions at both gatesRead only
choice-cartographerUnderstanding of implicit decisionsDecision-archaeology mapper — runs after spec-mode diaboli dispositions are resolved; emits choice stories (Henney pattern stories) for each material implicit decision; soft gate at plan approval, merge-time HARNESS constraint enforces resolutionRead only
reservoir-wardenThe deciderVerifier-watch — counts observable proxies (session span, decision volume, context switches, wall-clock hour) over the recent git window, reports each with an observed/inferred/asked flag, and offers the single decide-your-stop-first recommendation when a threshold is crossed; persists no record of the human's stateRead only (no Write/Edit)
cost-estimatorThe decision's inputsProspective-cost emitter — reads MODEL_ROUTING.md and the latest observability/costs/ snapshot, applies the cost-estimation methodology, and returns an estimate-record string (token + time ranges, dollar cost only when grounded) for a dispatcher to persist after a human disposes; refuses rather than fabricating an ungroundable estimateRead only
codaThe endingSession-close ritual — surfaces what was decided, what is left open, and the next action; parks open threads as append-only records for a later session to resume; returns record content for /coda to persist; never records why someone stoppedRead only
mastThe pactPact-keeper — recites a limit the person set in clear weather before measuring anything against it, so the recitation cannot be shaped by the moment; refuses to estimate spend it cannot observe; discloses its own check's blind spot; never gatesRead only
wip-wardenThe countConcurrency counter — counts live sessions against a limit the person declared, never inventing one; reports the count's honesty flag; watches sessions, never the human; says plainly that strict cannot compelRead only
convenerThe roomCounsel-bringer — runs at plan approval beside the cartographer; maps the roles and groups a spec affects and drafts the one concrete question worth asking each; soft gate at plan approval, complete-if-present merge constraint; never contacts anyone, in any medium, everRead only

Pipeline & harness agents (11)

AgentRoleTrust boundary
orchestratorPipeline coordinator — dispatches agents in sequenceFull access
spec-writerUpdates specs and plans before any code is writtenNo Bash
tdd-agentWrites failing tests from spec scenariosCan execute tests
code-reviewerReviews code through CUPID and literate programming lensesNo Write
integration-agentCHANGELOG, commit, PR, CI, merge, cleanup, reflectionFull git access
harness-discovererRead-only project scannerRead only
harness-enforcerUnified verification engine for all constraint typesRead + Bash
harness-gcPeriodic entropy fighterRead + Write
harness-auditorMeta-agent — checks whether the harness matches realityWrite to Status only
assessorAI literacy assessment — scans repo, asks questions, applies fixes, recommends workflow changesRead + Write
governance-auditorGovernance specialist — semantic drift analysis, debt inventory, three-frame alignmentRead + limited Write

Commands (40)

CommandWhat it does
/superpowers-initGuided setup — scaffolds the full habitat
/superpowers-statusHealth dashboard — harness, agents, learning, CI
/harness-initHarness-specific init
/harness-statusQuick harness health read
/harness-constrainAdd or promote a constraint
/harness-gcManage and run garbage collection rules
/harness-auditRead-only diagnostic. Same engine as /harness-sync but prints findings without prompting to fix. Use for inspection-without-commitment, CI scripts, or the quarterly cadence anchor.
/reflectCapture a post-task reflection
/worktreeGit worktree lifecycle — spin, merge, clean
/assessAI literacy assessment with immediate fixes, workflow recommendations, and prioritised improvement plans
/harness-healthHarness health snapshot — enforcement ratio, trends, meta-observability checks
/extract-conventionsGuided session — surfaces tacit team conventions and maps them to CLAUDE.md and HARNESS.md
/harness-syncEveryday lifecycle entry. Runs the shared audit-engine to detect drift across every surface (convention files, snapshot, Status section accuracy, ONBOARDING.md staleness, template, constraint regressions, recurring reflection patterns), presents a unified drift table tagged [auto]/[manual], and applies the fixes you select. Mechanical fixes (convention files, snapshot, Status) auto-apply via existing primitives; judgement-required fixes (ONBOARDING regen, template upgrade, constraint authoring) print suggested commands.
/convention-syncSync HARNESS.md conventions to Cursor, Copilot, and Windsurf convention files
/portfolio-assessMulti-repo AI literacy assessment — aggregate across local repos, GitHub orgs, or topic tags
/cost-captureCapture AI tool cost data — record spend, compare to previous snapshot, update model routing
/cost-estimateEstimate a target's tokens, agent-compute time, and (when grounded) cost before it runs — dispatches the read-only cost-estimator agent, validates the record, and writes it to cost-estimates/ after you dispose (the prospective sibling of /cost-capture)
/governance-constrainGuided governance constraint authoring with three-frame alignment check
/governance-auditDeep governance investigation — semantic drift, debt inventory, frame alignment
/governance-healthGovernance health pulse check and dashboard generation
/harness-upgradeDiscover and adopt new template content after a plugin upgrade
/harness-onboardingGenerate a human-readable onboarding guide from harness state
/observatory-verifyVerify all Observatory signal contracts against latest output files
/carpaccioSlice a task description into thin, end-to-end-complete pieces before spec-writer (cadence governor; runs at orchestrator step 0)
/diaboliRun the adversarial spec reviewer — produces objection record at docs/superpowers/objections/<slug>.md
/choice-cartographRun the Choice Cartographer — produces choice-story record at docs/superpowers/stories/<slug>.md after spec-mode diaboli dispositions are resolved
/harness-affordanceManage the project's affordance inventory — discover scans config to produce a draft inventory; add and review planned
/reservoirRead-only advisory on you, the verifier — Read mode dispatches the reservoir-warden agent for a fuller cognitive-reservoir read; Tune mode helps you edit the HARNESS.md Cognitive reservoir block (thresholds, chronotype). Advisory-only, not a Constraint

Templates (11)

Opinionated defaults scaffolded by /superpowers-init:

  • CLAUDE.md — framework-aligned conventions (literate programming, CUPID, spec-first, TDD)
  • HARNESS.md — living harness with starter constraints and enforcement timing
  • AGENTS.md — compound learning memory (human-curated, agent-proposed)
  • MODEL_ROUTING.md — model-tier guidance and token budget thresholds (see below)
  • REFLECTION_LOG.md — append-only agent reflection log
  • ci-github-actions.yml — CI enforcement template for GitHub Actions
  • ci-auto-enforcer.yml — GitHub Actions workflow for agent-based PR constraint enforcement
  • ci-mutation-testing.yml — weekly mutation testing template
  • ci-generic.sh — fallback CI script for non-GitHub systems
  • ONBOARDING.md — human-readable onboarding guide skeleton for new team members
  • harness-health-icon.svg — monochrome shield icon for the README health badge

MODEL_ROUTING.md guides cost-conscious model selection. It maps each agent to a model tier (most capable, standard, fast) based on the judgment required. The orchestrator consults it when dispatching agents — spec-writers and code-reviewers get the most capable model; implementers and integration agents get standard models. Token budget guidance prevents runaway costs.

Hooks (11)

All hooks are registered in hooks/hooks.json and active in every Claude Code session.

  • PostToolUse constraint gate — reads HARNESS.md, warns on violations after edits (prompt-based, advisory)
  • PreToolUse markdownlint check — runs markdownlint on .md files being written or edited (deterministic, advisory)
  • Stop drift check — detects when CI, linter, or dependency configs change, nudges /harness-audit
  • Stop snapshot staleness check — detects when the harness snapshot is stale (> 30 days), nudges /harness-health
  • Stop reflection prompt — detects commits during the session, nudges /reflect to capture learnings
  • Stop framework-change prompt — detects framework.md modifications, nudges /reflect + /sync-repos + downstream README checks
  • Stop secrets check — scans for accidentally committed secrets or credentials using gitleaks
  • Stop rotating GC check — runs one deterministic GC rule per session (rotating by day), catching entropy between weekly CI runs
  • Stop curation nudge — detects unpromoted reflections in REFLECTION_LOG.md and nudges curation into AGENTS.md
  • Stop governance drift check — detects governance-related file changes and audit staleness, nudges /governance-audit

Quick Start

Install

See the Installation section above for the full marketplace + plugin install. In short:

claude plugin marketplace add Habitat-Thinking/ai-literacy-superpowers
claude plugin install ai-literacy-superpowers

Initialize

cd your-project

Then in Claude Code:

/superpowers-init

The init command will:

  1. Scan your project to discover the stack, existing linters, CI, and test frameworks
  2. Ask about your conventions (one topic at a time)
  3. Ask which constraints to enforce and how
  4. Offer the full agent pipeline or a subset
  5. Generate CLAUDE.md, HARNESS.md, AGENTS.md, MODEL_ROUTING.md, REFLECTION_LOG.md, CI workflows, and a README badge
  6. Commit everything

Check Health

/superpowers-status

Shows harness enforcement ratio, agent team configuration, compound learning state, model routing, and CI summary.


How to Extend

Adding a language-specific implementer

The plugin provides the agent pipeline pattern but does not ship language-specific implementers — these are created per project for each language in the stack. To create one:

  1. Copy the pattern from any existing implementer (e.g. the exemplar's go-implementer.md)
  2. Adapt the tool permissions, file scope, and build commands for your language
  3. Save to .claude/agents/<language>-implementer.md in your project
  4. The orchestrator will discover and dispatch it automatically

Adding a new skill

  1. Create a directory: skills/<skill-name>/
  2. Add SKILL.md with YAML frontmatter (name, description with trigger conditions)
  3. Optionally add a references/ subdirectory for supporting material
  4. The plugin auto-discovers skills by directory structure

Adding a new command

  1. Create commands/<command-name>.md with YAML frontmatter (name, description)
  2. Define the process steps the command should follow
  3. The command becomes available as /<command-name> in Claude Code sessions

Adding a new hook

  1. Create a script in hooks/scripts/<script-name>.sh
  2. Add an entry to hooks/hooks.json under the appropriate event (PreToolUse, PostToolUse, or Stop)
  3. Hook scripts receive context via environment variables (CLAUDE_PROJECT_DIR, etc.)
  4. Always make hooks advisory (warn, don't block) unless enforcement is critical

The Three Enforcement Loops

Every mechanism in the plugin operates at one of three timescales:

LoopTriggerStrictnessPurpose
AdvisoryPreToolUse hookWarnCatch issues while context is fresh
StrictCI on PRFailPrevent violations from reaching main
InvestigativeScheduled GC + auditReportFight slow entropy that gates miss

Mechanism Map

ADVISORY LOOP (edit time — warn, do not block)
│
├── Hooks
│   ├── PostToolUse constraint gate     Reads HARNESS.md commit-scoped constraints,
│   │                                  warns on violations during Write/Edit
│   ├── PreToolUse markdownlint check  Runs markdownlint on .md files being
│   │                                   written or edited (deterministic)
│   ├── Stop drift check               Detects CI/linter/dependency changes at
│   │                                   session end, nudges /harness-audit
│   ├── Stop snapshot staleness check  Detects stale harness snapshot (> 30 days),
│   │                                   nudges /harness-health
│   ├── Stop reflection prompt          Detects commits during session,
│   │                                    nudges /reflect to capture learnings
│   ├── Stop framework-change prompt   Detects framework.md modifications,
│   │                                    nudges /reflect + /sync-repos +
│   │                                    downstream README checks
│   ├── Stop secrets check             Scans for committed secrets using gitleaks
│   ├── Stop rotating GC check         Runs one deterministic GC rule per session,
│   │                                    rotating by day-of-year
│   ├── Stop curation nudge            Detects unpromoted reflections, nudges
│   │                                    curation into AGENTS.md
│   └── Stop governance drift check    Detects governance file changes, nudges
│                                        /governance-audit
├── Context (read by agents at session start)
│   ├── CLAUDE.md                       Workflow rules, conventions, disciplines
│   ├── AGENTS.md                       Compound learning memory (human-curated)
│   ├── MODEL_ROUTING.md                Model-tier guidance + token budgets
│   └── Skills (36)                     Domain knowledge for agents
│
└── Commands
    ├── /reflect                        Capture post-task learnings
    └── /worktree spin|merge|clean      Parallel agent isolation


STRICT LOOP (merge time — block until green)
│
├── CI Workflows (generated from templates)
│   ├── ci-github-actions.yml           PR-scoped constraint enforcement
│   │                                    (markdownlint, gitleaks, shell checks)
│   ├── gc.yml                           Weekly GC for deterministic rules
│   ├── docs-build-check.yml             mkdocs --strict at PR time
│   ├── spec-redaction-marker-check.yml  Blocks HTML-comment redaction in specs
│   ├── tdad-tests-fast.yml              TDAD Layers 0+1 fast-suite at PR time
│   ├── tdad-scenario-check.yml          New plugin components must ship a scenario
│   └── ci-mutation-testing.yml         Language-specific mutation testing
│
├── Agent Pipeline
│   ├── orchestrator                    Coordinates full pipeline
│   │   ├── GATE: objection adjudication User resolves objections before proceeding
│   │   ├── GATE: plan approval         User reviews spec + adjudicated objections
│   │   └── GUARDRAIL: MAX_REVIEW_CYCLES=3
│   ├── spec-writer                     Spec + plan updates (no Bash)
│   ├── advocatus-diaboli               Adversarial spec review (read-only)
│   ├── tdd-agent                       Failing tests from spec scenarios
│   ├── implementer(s)                  Makes tests green — user-created per
│   │                                   language, not shipped by the plugin
│   ├── code-reviewer                   CUPID + LP review (no Write)
│   └── integration-agent               CHANGELOG, PR, CI, merge, reflection
│
└── Harness Constraints (HARNESS.md)
    ├── Deterministic                   Backed by CI tools
    ├── Agent-backed                    Backed by harness-enforcer
    └── Unverified                      Declared intent, not yet automated


INVESTIGATIVE LOOP (scheduled — sweep for entropy)
│
├── Garbage Collection Rules (HARNESS.md)
│   ├── Weekly CI workflow (gc.yml)      Deterministic rules: secret scanner,
│   │                                    snapshot staleness, shell checks
│   ├── Rotating Stop hook               One deterministic GC rule per session
│   └── Agent-scoped rules               Documentation freshness, command-prompt
│                                         sync, plugin manifest currency
├── Compound Learning
│   ├── REFLECTION_LOG.md               Agent reflections (append-only)
│   └── AGENTS.md                       Human-curated from reflections
│
├── Harness Commands
│   ├── /harness-audit                  Full meta-verification
│   ├── /harness-health                 Snapshot with trends and meta-observability checks
│   ├── /harness-status                 Quick health read
│   └── /harness-gc                     Run GC checks on demand
│
└── Governance Commands
    ├── /governance-constrain           Guided governance constraint authoring
    ├── /governance-audit               Deep governance investigation
    └── /governance-health              Governance pulse check and dashboard

Observability as the Enabling Layer

The three enforcement loops generate signals that, when collected, make the entire habitat observable. The plugin's mechanisms produce the data; observability tools (OpenTelemetry, Claude Code analytics, Grafana) make it visible.

PanelWhat it showsSources
CostSpend trend, model-tier distribution, cost per PRProvider API, MODEL_ROUTING.md compliance
QualityCoverage trend, mutation score trend, change failure rateCI artifacts, mutation testing workflow
AdoptionActive AI users, sessions per developer, acceptance rateProvider analytics
Habitat healthHarness enforcement ratio, compound learning growth, ALCI progression/harness-status, REFLECTION_LOG.md, ALCI surveys

Without observability, cost discipline is aspirational, mutation testing is a one-time experiment, and the harness is a document that may or may not match reality. With it, every mechanism gains an evidence layer.


Harness Observability

The plugin includes a four-layer observability model for monitoring harness health over time:

LayerQuestionHow
Operational cadenceIs the harness running?/harness-health generates snapshots; a Stop hook nudges when the last snapshot is older than 30 days
Trend visibilityHow has the harness changed?Snapshots are diffed to show deltas; --trends produces multi-period views
Telemetry exportCan I visualise this externally?Snapshot data can be exported as OpenTelemetry metrics to any OTLP-compatible backend
Meta-observabilityIs the observability itself working?Five self-checks: snapshot currency, cadence compliance, learning flow, GC effectiveness, trend direction

Health snapshots

/harness-health generates structured markdown snapshots stored in observability/snapshots/. Each snapshot captures:

  • Enforcement ratios (deterministic / agent / unverified breakdown)
  • Garbage collection rule status and findings
  • Mutation testing kill rates per language
  • Compound learning velocity (reflections and promotions)
  • Operational cadence compliance
  • Meta-observability results

Trends are derived by diffing consecutive snapshots — no external tooling required.

README health badge

/harness-health maintains a shields.io badge in the project README:

  • Healthy (green) — all layers operating, no overdue cadences
  • Attention (amber) — one layer degraded or outer loop overdue
  • Degraded (red) — multiple layers degraded or no snapshot in 30+ days

Telemetry export

For teams that want external dashboards, the references/telemetry-export.md reference documents OTel metric names and a reference export script. The file-based approach (snapshots in git) is the default — telemetry export is optional.

  • Skill: skills/harness-observability/SKILL.md
  • Command: commands/harness-health.md
  • Meta-checks: skills/harness-observability/references/meta-observability-checks.md
  • Snapshot format: skills/harness-observability/references/snapshot-format.md
  • Telemetry export: skills/harness-observability/references/telemetry-export.md
  • Hook: snapshot staleness check in hooks/hooks.json
  • Script: scripts/update-health-badge.sh

The Agent Pipeline

When you use the orchestrator agent, it runs this pipeline:

orchestrator
  → spec-writer
  → advocatus-diaboli (spec mode — read-only, produces spec objection record)
  → GATE: objection adjudication — spec mode (user writes dispositions; gate blocked while any is `pending`)
  → GATE: plan approval (user reviews plan + adjudicated spec objection record)
  → tdd-agent
  → implementer(s) (parallel, one per language — user-created per project)
  → code-reviewer
  → GUARDRAIL: MAX_REVIEW_CYCLES=3 (escalate after 3 loops)
  → advocatus-diaboli (code mode — read-only, produces code objection record; runs once after loop exits)
  → GATE: integration approval — code mode (user writes dispositions; gate blocked while any is `pending`)
  → integration-agent (includes reflection step)

The spec objection adjudication gate raises premise-level challenges before any tests or code exist — the cheapest moment to change course. The plan approval gate catches bad plans before they become bad code. The loop guardrail prevents unbounded reviewer cycles. The code objection adjudication gate surfaces threat-model, failure-mode, and operational concerns visible in the implementation before merge.

The plugin ships the orchestrator, spec-writer, tdd-agent, code-reviewer, and integration-agent. Language-specific implementers are not included — each project creates its own based on the stack. See How to Extend for instructions.


Dynamic Workflows

Beneath the static agent pipeline sits an ephemeral execution substrate: dynamic workflows — self-authored, single-task multi-agent harnesses an agent writes, runs once, and discards. Each subagent gets a clean context window and its own model tier, which is what defeats the three failure modes a single long context is prone to: agentic laziness (declaring a multi-part job done after partial progress), self-preferential bias (an agent judging its own output), and goal drift. The conceptual model lives in the dynamic-workflows skill and the how-to guide.

Six composable patterns — classify-and-act, fan-out-and-synthesize, adversarial verification, generate-and-filter, tournament, and loop-until-done — are the building blocks. The plugin dogfoods them: the harness-enforcer fans out one verifier per constraint; code-reviewer reviews in a separate context; assessor/harness-auditor run deep-research scans; /reflect --mine mines the reflection log; and the orchestrator can route a task to a tournament, root-cause, or triage workflow.

Elect deliberately. Workflows cost more tokens and suit long-running, massively parallel, highly structured, or adversarial tasks — so they are opt-in, never reflexive. The four-question when-not-to-use rubric keeps the static pipeline the default; reaching for a workflow on a routine task is treated as over-orchestration.

Two governing invariants protect the curated harness from ephemeral churn:

  • INV-1 — ephemeral proposes, durable curates. A workflow may propose changes but never writes the durable, human-curated artefacts (HARNESS.md, AGENTS.md, CLAUDE.md, MODEL_ROUTING.md) directly; discoveries flow through REFLECTION_LOG.md → human curates → AGENTS.md. A deterministic CI firewall (ai-literacy-superpowers/scripts/inv-firewall.sh) enforces this on every shipped template.
  • INV-2 — quarantine. A workflow agent that reads untrusted or public content is withheld high-privilege tools; only separate trusted agents act on what it found.

Runtime scope — Claude Code only. Dynamic workflows are a Claude Code runtime capability and are not transferable to other coding agents. The plugin ships the skill to both the Claude Code and Copilot CLI trees: where the workflow runtime is present, the modes execute; where it is absent (Copilot CLI or any other agent), the skill is guidance only — readable knowledge with each workflow-mode degrading to its static fallback — never omitted and never erroring.


Compound Learning

Agents learn across sessions through curated documentation:

Agent completes work
  → integration-agent appends to REFLECTION_LOG.md
  → Human reviews periodically
  → Worthy entries promoted to AGENTS.md
  → All agents read AGENTS.md at next session start

Research shows LLM-generated documentation files reduce success rates. Human-curated files provide modest but real improvement. The rule: agents propose; humans curate.

Compound learning flow

The plugin implements a three-stage learning cycle:

  1. Capture — the integration-agent appends a structured reflection to REFLECTION_LOG.md after each task (date, agent, task, surprise, proposal, improvement)
  2. Curate — during the quarterly operating cadence, humans review reflections and promote worthy entries to AGENTS.md as GOTCHA or ARCH_DECISION entries
  3. Benefit — all agents read AGENTS.md at session start, incorporating prior learnings into their decision-making

The GC rule "Stale AGENTS.md" flags reflections older than 30 days that haven't been reviewed for promotion. This prevents the common failure mode where reflections are captured but nobody reads them.


Intellectual Foundations

This plugin packages the practical workflow from the AI Literacy for Software Engineers framework. The design draws on several lineages — architecture, theory, craft, and engineering practice — that converge on a single idea: the environment matters as much as the code.

Architecture and Habitability

  • Christopher AlexanderA Pattern Language (1977); The Timeless Way of Building (1979). The "quality without a name" — design for inhabitants, not spectators. Alexander's insight that environments shape the behaviour of their occupants is the conceptual root of habitat engineering.
  • Richard P. GabrielPatterns of Software (1996). Habitability: code as a place to live in. Gabriel extended Alexander's architectural philosophy to software, arguing that code should be welcoming to the people who maintain it.

Code as Tacit Practice

  • Michael PolanyiPersonal Knowledge (1958); The Tacit Dimension (1966). We can know more than we can tell. Tacit knowing — the practical understanding built up through engaged work, much of which resists articulation — is the ground on which all explicit knowledge stands. Polanyi gives the cognitive-science epistemology that Naur's theory-building applies to software: the substance of "theory" is Polanyi's tacit knowing. Polanyi grounds why the plugin's pedagogical commitments matter — the framework's cognitive gym (Theme #7), no-vibe coding (Theme #2), and the creator-to-verifier shift (Theme #15) are all defences against the tacit-knowledge attrition that AI generation tends to produce. Frank Ginac's "Cognitive Atrophy and Systemic Collapse in AI-Dependent Software Engineering" (2026, arxiv:2604.26855) gives the contemporary application.

Code as Theory

  • Peter Naur — "Programming as Theory Building" (1985); Computing: A Human Activity (1992). The essential product of programming is not the code but the theory the programmers hold about how the system works — Polanyi's tacit knowing applied to software. Loss of theory is loss of system: code can be preserved while the understanding that made it changeable is not. Naur is what habitability protects — the substance of shared understanding that the plugin's compound-learning components (REFLECTION_LOG.md, AGENTS.md, the convention-extraction and harness-audit skills) exist to externalise and sustain.

Code as Literature

  • Donald Knuth — "Literate Programming" (1984); TeX: The Program (1986). Code is written for humans to read, and only incidentally for machines to execute. The literate-programming skill applies Knuth's discipline: narrative preambles, reasoning-based documentation, presentation ordered by understanding.
  • Daniel Terhorst-North — "CUPID — for joyful coding" (2022). Five properties that good code tends toward: Composable, Unix philosophy, Predictable, Idiomatic, Domain-based. The cupid-code-review skill uses these as a review and refactoring lens.

Harness Engineering

  • Birgitta Boeckeler"Harness Engineering" (2026). Exploring Gen AI, martinfowler.com. The three components of a complete harness: context engineering, architectural constraints, and garbage collection. The theoretical foundation for the plugin's three enforcement loops.
  • Mitchell Hashimoto — "AI Harness" (2025). Blog post referenced by Boeckeler as a possible origin of the harness terminology.
  • Chad Fowler — "Relocating Rigor." Essay on how rigor moves from writing code to designing the systems that generate and verify code. Frames the shift from manual discipline to environmental enforcement.

Convention Discovery

  • Rahul Garg"Encoding Team Standards" (2026). Patterns for Reducing Friction in AI-Assisted Development, martinfowler.com. Treats AI instructions as infrastructure, not individual craft. Structured extraction interviews surface tacit team knowledge. Informed the convention-extraction skill and /extract-conventions command.

Agent Orchestration

  • Addy Osmani"The Code Agent Orchestra" (2026). addyosmani.com. Subagent delegation, quality gates, compound learning, and the orchestrator pattern. Informed the agent pipeline design, worktree isolation, and the review loop guardrail.

Specification-Driven Development

  • Gojko AdzicSpecification by Example: How Successful Teams Deliver the Right Software. Manning. Concrete examples as tests; specifications as the shared language between intent and implementation. Informed the spec-first workflow and the spec-writer agent.

Verification and Quality

  • Dave Farley — Controlled study of 150 participants comparing AI-generated and human-written code across creation and maintenance phases. Evidence for AI as an amplifier of existing discipline — the core argument for why harnesses matter.
  • 2025 DORA Report — DevOps Research and Assessment. Findings on AI as an amplifier of existing engineering discipline: teams with strong practices benefit; teams without them are harmed.

Cognitive Science (Framework Foundation)

The plugin implements practical workflows, but the framework's design decisions are grounded in cognitive science research on how human and artificial intelligence differ:

  • Andy ClarkSurfing Uncertainty (2015). Predictive processing and the embodied mind.
  • George Lakoff & Mark JohnsonMetaphors We Live By (1980). Embodied cognition and conceptual metaphor.
  • Edwin HutchinsCognition in the Wild (1995). Distributed cognition — intelligence as a property of systems, not individuals.
  • Lucy SuchmanPlans and Situated Actions (1987). The gap between plans and situated human action.
  • James J. GibsonThe Ecological Approach to Visual Perception (1979). Affordances — the environment offers possibilities for action.
  • John Boyd — The OODA Loop. Observe-Orient-Decide-Act as a cognitive cycle — the basis for the harness's replanning-after-each-action pattern.
  • Donella MeadowsThinking in Systems (2008). Systems thinking, leverage points, and feedback loops — the conceptual model for the three enforcement loops.

The mission: building habitats where human and AI intelligence thrive together.


See It in Action

For a complete worked example of this plugin applied to a real project, see the ai-literacy-exemplar repository — a Go CLI tool built using the full agent pipeline, with authentic git history showing the framework workflow.


License

Apache License 2.0

Contributors

russmiles

714 commits

ascandroli

3 commits

leeturner

1 commits

Habitat-Thinking/ai-literacy-superpowers

A set of Claude Code and GitHub Copilot plugins providing the AI Literacy framework's complete development workflow — harness engineering, agent orchestration, literate programming, CUPID code review, and the three enforcement loops

103

stars

718

commits

Python

primary language

Aug 26, 2026

updated

habitat-thinking.github.io/ai-literacy-superpowers/
agent-harness-enabled
agent-orchestration
ai-literacy
claude-code
claude-code-plugin
code-review
copilot-cli
copilot-cli-plugin
cupid
developer-tools
github-copilot
harness-engineering
literate-programming
opentelemetry
spec-first
tdd

README

ai-literacy-superpowers

License: Apache 2.0 Lint Markdown Marketplace ai-literacy-superpowers model-cards diagnostic-legibility Skills Agents Commands Harness Harness Health Claude Code Copilot CLI Agent Harness Enabled AI Literacy

A plugin marketplace for Claude Code and GitHub Copilot CLI shipping opinionated tools for the AI Literacy framework — harness engineering, agent orchestration, decision archaeology, governance, and model evaluation.

Add the marketplace, install the plugin(s) you want, and you have a fully operational habitat for AI-assisted development.

New to the project? Start with ONBOARDING.md or browse the docs site.


Plugins in this marketplace

PluginVersionWhat it doesDocs
ai-literacy-superpowersv0.91.0The flagship. Harness engineering, agent orchestration, literate programming, CUPID code review, compound learning, and the three enforcement loops. 41 skills, 20 agents, 32 commands.docs
model-cardsv0.1.0Researches and authors Mitchell-extended model cards from a model name. Tiered source strategy (provider docs → HuggingFace → arXiv → web), refusal-on-unconfirmed-existence honesty rule.docs
diagnostic-legibilityv0.11.0Hosts agents accountable for maintaining human understanding. Ships the diagnostic-legibility agent — builds and self-challenges two models of a codebase scope (architectural moving parts and domain concepts) via a five-question retained-challenge cycle, then cross-checks the two collections against each other via a five-question per-direction cycle. The /diagnose command surfaces the mutually-corrected models on demand as a readable report. The ConceptualPipelineMap template adds a standalone, presentation-agnostic flow-perspective data model; the agent's scope-resolution mode answers "what does my task touch?"; its pipeline mode traces control flow within that bound and cross-checks all three collections; the /pipeline-map "<task>" command renders the task-scoped map as a self-contained HTML flowchart (pinned, SHA-verified Mermaid inlined; no CDN); and --predict-change adds an opt-in change-site prediction (which stages the task will modify and where it will insert new ones), disclosed as a prediction, never a directive.docs

The bulk of this README documents the ai-literacy-superpowers plugin specifically — its skills, agents, commands, hooks, templates, enforcement loops, and pipelines. For model-cards, see its README and its docs. Future sister plugins will land in this marketplace under <plugin-name>/ with their own docs at docs/plugins/<plugin-name>/.


Installation

1. Add the marketplace (once)

# Claude Code
claude plugin marketplace add Habitat-Thinking/ai-literacy-superpowers

# GitHub Copilot CLI
copilot plugin marketplace add Habitat-Thinking/ai-literacy-superpowers

2. Install the plugin(s) you want

# Claude Code
claude plugin install ai-literacy-superpowers     # the flagship
claude plugin install model-cards                  # the sister

# GitHub Copilot CLI
copilot plugin install ai-literacy-superpowers@ai-literacy-superpowers
copilot plugin install model-cards@ai-literacy-superpowers

You can install one, the other, or both. Once installed, each plugin's skills, agents, hooks, and commands (or prompts) are available in any session within your project.

Commands are available as /command-name in Claude Code and as /prompt-name in Copilot CLI.

Updating

Check if an update is available

New template content is found by running /harness-upgrade, which compares your harness against the plugin's template directly. Nothing nudges you automatically: the marker that used to drive a session-start nudge tracked the plugin version rather than template content, so it fired on every release whether or not the template had changed.

  • Manual check — compare installed vs latest at any time:
claude plugin list

Update the plugin

When a new version is released, update your local installation:

# Claude Code
claude plugin update ai-literacy-superpowers@ai-literacy-superpowers

# Copilot CLI
/plugin update ai-literacy-superpowers

Check the CHANGELOG for what changed between versions.

After updating, run /harness-upgrade to review and adopt any new template content (constraints, GC rules, optional blocks) into your HARNESS.md.

Update the marketplace listing

If you maintain your own marketplace that includes this plugin, refresh the index so new versions are discoverable:

claude plugin marketplace update Habitat-Thinking/ai-literacy-superpowers

This pulls the latest plugin.json metadata (version, description, keywords) into the marketplace index. Users who have already installed the plugin still need to run claude plugin update separately.

See How to Update the Plugin for the full guide.

Quick start

After installation, run these commands to set up your project:

# Full habitat setup (recommended for new projects)
/superpowers-init

# Harness-only setup (if you want constraints without the agent pipeline)
/harness-init

# Check the status of your harness
/harness-status

# Run a health check
/harness-health

# Run an AI literacy assessment
/assess

/superpowers-init sets up the complete habitat: CLAUDE.md, HARNESS.md, AGENTS.md, MODEL_ROUTING.md, REFLECTION_LOG.md, the full agent team, skills, hooks, and CI workflow templates. Use this for new projects.

/harness-init sets up only the harness: HARNESS.md with starter constraints and GC rules. Use this if you want the constraint and enforcement machinery without the full agent pipeline.

Changing a harness rule

Setting a harness up is the easy half. Once it exists, this is how it changes:

/reflect → a human reads the reflections → HARNESS.md → /harness-sync

HARNESS.md is the master and it is human-curated. /reflect captures what was noticed and routes it by signal type; a human reviews the corpus, with agentic support, and decides what is worth writing down. /harness-sync then brings the convention files for Cursor, Copilot and Windsurf into line.

/harness-constrain helps author a constraint. /harness-audit checks whether what HARNESS.md declares still matches reality. Git history is the record of what changed and why.

Tool Compatibility

This plugin works with both Claude Code and GitHub Copilot CLI from the same repository. The formats have converged:

ComponentClaude CodeCopilot CLIShared?
Skillsskills/*/SKILL.mdskills/*/SKILL.mdIdentical
Agentsagents/*.agent.mdagents/*.agent.mdIdentical
Hookshooks/hooks.jsonhooks/hooks.jsonIdentical
Commandscommands/*.md.github/prompts/*.prompt.mdTranslated
InstructionsVia templates/CLAUDE.md.github/copilot-instructions.mdAdapted

ai-literacy-superpowers — what it ships

The remaining sections of this README document the ai-literacy-superpowers plugin in detail. For model-cards, see its README and its docs.

Skills (41)

Code quality, harness engineering, and governance knowledge that agents read when working in your codebase.

SkillWhat it provides
literate-programmingKnuth's five rules — code as literature, reader-first
cupid-code-reviewTerhorst-North's five properties — composable, unix, predictable, idiomatic, domain-based
github-actions-supply-chainCI hardening checklist — SHA pinning, permissions, dependabot
dependency-vulnerability-auditGo and Maven CVE scanning procedures
docker-scout-auditDocker image CVE triage and remediation
harness-engineeringFoundational concepts — the three components, promotion ladder, enforcement timing
context-engineeringWriting conventions precise enough for humans and LLMs to enforce
dynamic-workflowsWhen/which/how to author ephemeral multi-agent workflows — six patterns, election rubric, INV-1/INV-2 governance
constraint-designDesigning enforceable constraints with the verification slot model
garbage-collectionEntropy-fighting patterns and the auto-fix safety rubric
verification-slotsThe unified interface for deterministic and agent-based checks
ai-literacy-assessmentAssessment instrument — scan repo, ask questions, produce timestamped assessment with prioritised improvement plans
harness-observabilityFour-layer observability guidance — snapshot format, telemetry export, meta-observability checks
convention-extractionFive extraction questions, artefact mapping, four-element anatomy — surfaces tacit team conventions
cross-repo-orchestrationGit-mediated (L4) and specification-mediated (L5) patterns for syncing artefacts and governing portfolios
secrets-detectionGitleaks-based secret scanning — configuration, baselining, and CI integration
auto-enforcer-actionAutomatic PR constraint checking via GitHub Actions
convention-syncSyncing HARNESS.md conventions to Cursor, Copilot, and Windsurf convention files
fitness-functionsArchitectural fitness functions as GC rules — periodic checks for layer boundaries, coupling, and complexity
model-sovereigntyDecision framework for model selection, hosting, fine-tuning, and vendor independence
literacy-improvementsPrioritised improvement plan mapping assessment gaps to plugin commands and skills
portfolio-assessmentMulti-repo assessment aggregation — level distribution, shared gaps, and portfolio improvement plans
portfolio-dashboardGenerate a self-contained HTML dashboard from portfolio assessment data with trend visualisation
team-apiCreate or update a Team Topologies Team API document with AI literacy portfolio data
cost-trackingQuarterly AI cost capture — record spend, compare trends, inform model routing
cost-estimationProspective cost/token/time estimation — range-with-confidence estimate records, snapshot-grounded dollar figures, the prospective sibling of cost-tracking
governance-constraint-designFalsifiable governance constraint authoring — three-frame translation, anti-patterns gallery, governance constraint template
governance-audit-practiceGovernance audit methodology — five-stage semantic drift model, debt scoring matrix, frame alignment review
governance-observabilityGovernance metrics catalogue, snapshot format extension, and HTML dashboard specification
advocatus-diaboliAdversarial spec review — six-category objection framework, evidence requirements, steel-manned challenge before plan approval
choice-cartographerDecision archaeology — six-lens map of implicit choices a spec has made (forces, alternatives, defaults, patterns, consequences, coherence); routing rule partitions findings between the Cartographer and the diaboli
component-design-with-tdadDesign-time methodology for new plugin components — names the five design questions implied by the four-layer TDAD architecture (component type, layer targeting, scenario shape, new-vs-modification, scenario-vs-finding); loadable by spec-writer, tdd-agent, or human brainstorming
cognitive-reservoirWatches the human verifier the harness cannot verify — four observable proxies, observed/inferred/asked confidence discipline, disjunctive thresholds, the decide-your-stop-first principle, and the honesty rule separating contested science (ego depletion, hungry judges) from the robust basis (vigilance decrement, switching cost); advisory-only, never a fatigue score
sentinel-designDefines the sentinel agent category — the three-part signature (S1 read-only, S2 advisory-to-human, S3 explicit honesty rule), the near-miss gallery (why code-reviewer and harness-auditor don't qualify), the honesty-rule-before-detection-logic discipline, and the three anti-patterns (scoring the human, persisting human-state records, gating automatically)

Agents (22)

A coordinated team that handles the full development lifecycle. It splits into two families: sentinels, whose object of care is the human's understanding and judgement, and pipeline & harness agents, whose object of care is an artefact, the pipeline, or the harness.

Sentinels (9)

Sentinel — any agent whose primary purpose is to protect and support the understanding and judgement of the human in the workflow. It informs, challenges, surfaces, or warns — it never fixes, writes, merges, or decides.

Sentinels are the answer to the human side of Margaret-Anne Storey's triple-debt model: where the pipeline and harness agents fight technical debt in the code, sentinels establish and protect the human's understanding, judgement, and discernment — holding back the cognitive and intent debt that accrue when AI produces output faster than a person can absorb it.

Every sentinel satisfies the three-part sentinel signature: S1 read-only trust boundary (no Write/Edit; Bash only for read-only inspection), S2 advisory output a human disposes (no automated action), and S3 an explicit epistemic honesty rule (it declares the status of its claims). S1 is enforced deterministically — the Sentinel integrity constraint fails CI if a role: sentinel agent is granted Write/Edit. See the sentinel-design skill for the near-miss gallery and authoring guidance.

The decision-discipline triad (carpaccio, advocatus-diaboli, choice-cartographer) guards decisions; the reservoir-warden guards the decider; the cost-estimator guards the decision's inputs. The four cadence sentinels guard the shape of the work around those decisions: the coda guards the ending, the mast the pact, the wip-warden the count, and the convener the room.

AgentGuardsRoleTrust boundary
carpaccioJudgement scaleCadence governor — runs at orchestrator step 0 before spec-writer; slices the raw task description into thin, end-to-end-complete pieces; hard gate on slice dispositionsRead only
advocatus-diaboliDecisions at both gatesAdversarial reviewer — spec-time (premise/design focus, before plan approval) and code-time (risk/implementation focus, before integration); six-category objection record, human-cognition gate on dispositions at both gatesRead only
choice-cartographerUnderstanding of implicit decisionsDecision-archaeology mapper — runs after spec-mode diaboli dispositions are resolved; emits choice stories (Henney pattern stories) for each material implicit decision; soft gate at plan approval, merge-time HARNESS constraint enforces resolutionRead only
reservoir-wardenThe deciderVerifier-watch — counts observable proxies (session span, decision volume, context switches, wall-clock hour) over the recent git window, reports each with an observed/inferred/asked flag, and offers the single decide-your-stop-first recommendation when a threshold is crossed; persists no record of the human's stateRead only (no Write/Edit)
cost-estimatorThe decision's inputsProspective-cost emitter — reads MODEL_ROUTING.md and the latest observability/costs/ snapshot, applies the cost-estimation methodology, and returns an estimate-record string (token + time ranges, dollar cost only when grounded) for a dispatcher to persist after a human disposes; refuses rather than fabricating an ungroundable estimateRead only
codaThe endingSession-close ritual — surfaces what was decided, what is left open, and the next action; parks open threads as append-only records for a later session to resume; returns record content for /coda to persist; never records why someone stoppedRead only
mastThe pactPact-keeper — recites a limit the person set in clear weather before measuring anything against it, so the recitation cannot be shaped by the moment; refuses to estimate spend it cannot observe; discloses its own check's blind spot; never gatesRead only
wip-wardenThe countConcurrency counter — counts live sessions against a limit the person declared, never inventing one; reports the count's honesty flag; watches sessions, never the human; says plainly that strict cannot compelRead only
convenerThe roomCounsel-bringer — runs at plan approval beside the cartographer; maps the roles and groups a spec affects and drafts the one concrete question worth asking each; soft gate at plan approval, complete-if-present merge constraint; never contacts anyone, in any medium, everRead only

Pipeline & harness agents (11)

AgentRoleTrust boundary
orchestratorPipeline coordinator — dispatches agents in sequenceFull access
spec-writerUpdates specs and plans before any code is writtenNo Bash
tdd-agentWrites failing tests from spec scenariosCan execute tests
code-reviewerReviews code through CUPID and literate programming lensesNo Write
integration-agentCHANGELOG, commit, PR, CI, merge, cleanup, reflectionFull git access
harness-discovererRead-only project scannerRead only
harness-enforcerUnified verification engine for all constraint typesRead + Bash
harness-gcPeriodic entropy fighterRead + Write
harness-auditorMeta-agent — checks whether the harness matches realityWrite to Status only
assessorAI literacy assessment — scans repo, asks questions, applies fixes, recommends workflow changesRead + Write
governance-auditorGovernance specialist — semantic drift analysis, debt inventory, three-frame alignmentRead + limited Write

Commands (40)

CommandWhat it does
/superpowers-initGuided setup — scaffolds the full habitat
/superpowers-statusHealth dashboard — harness, agents, learning, CI
/harness-initHarness-specific init
/harness-statusQuick harness health read
/harness-constrainAdd or promote a constraint
/harness-gcManage and run garbage collection rules
/harness-auditRead-only diagnostic. Same engine as /harness-sync but prints findings without prompting to fix. Use for inspection-without-commitment, CI scripts, or the quarterly cadence anchor.
/reflectCapture a post-task reflection
/worktreeGit worktree lifecycle — spin, merge, clean
/assessAI literacy assessment with immediate fixes, workflow recommendations, and prioritised improvement plans
/harness-healthHarness health snapshot — enforcement ratio, trends, meta-observability checks
/extract-conventionsGuided session — surfaces tacit team conventions and maps them to CLAUDE.md and HARNESS.md
/harness-syncEveryday lifecycle entry. Runs the shared audit-engine to detect drift across every surface (convention files, snapshot, Status section accuracy, ONBOARDING.md staleness, template, constraint regressions, recurring reflection patterns), presents a unified drift table tagged [auto]/[manual], and applies the fixes you select. Mechanical fixes (convention files, snapshot, Status) auto-apply via existing primitives; judgement-required fixes (ONBOARDING regen, template upgrade, constraint authoring) print suggested commands.
/convention-syncSync HARNESS.md conventions to Cursor, Copilot, and Windsurf convention files
/portfolio-assessMulti-repo AI literacy assessment — aggregate across local repos, GitHub orgs, or topic tags
/cost-captureCapture AI tool cost data — record spend, compare to previous snapshot, update model routing
/cost-estimateEstimate a target's tokens, agent-compute time, and (when grounded) cost before it runs — dispatches the read-only cost-estimator agent, validates the record, and writes it to cost-estimates/ after you dispose (the prospective sibling of /cost-capture)
/governance-constrainGuided governance constraint authoring with three-frame alignment check
/governance-auditDeep governance investigation — semantic drift, debt inventory, frame alignment
/governance-healthGovernance health pulse check and dashboard generation
/harness-upgradeDiscover and adopt new template content after a plugin upgrade
/harness-onboardingGenerate a human-readable onboarding guide from harness state
/observatory-verifyVerify all Observatory signal contracts against latest output files
/carpaccioSlice a task description into thin, end-to-end-complete pieces before spec-writer (cadence governor; runs at orchestrator step 0)
/diaboliRun the adversarial spec reviewer — produces objection record at docs/superpowers/objections/<slug>.md
/choice-cartographRun the Choice Cartographer — produces choice-story record at docs/superpowers/stories/<slug>.md after spec-mode diaboli dispositions are resolved
/harness-affordanceManage the project's affordance inventory — discover scans config to produce a draft inventory; add and review planned
/reservoirRead-only advisory on you, the verifier — Read mode dispatches the reservoir-warden agent for a fuller cognitive-reservoir read; Tune mode helps you edit the HARNESS.md Cognitive reservoir block (thresholds, chronotype). Advisory-only, not a Constraint

Templates (11)

Opinionated defaults scaffolded by /superpowers-init:

  • CLAUDE.md — framework-aligned conventions (literate programming, CUPID, spec-first, TDD)
  • HARNESS.md — living harness with starter constraints and enforcement timing
  • AGENTS.md — compound learning memory (human-curated, agent-proposed)
  • MODEL_ROUTING.md — model-tier guidance and token budget thresholds (see below)
  • REFLECTION_LOG.md — append-only agent reflection log
  • ci-github-actions.yml — CI enforcement template for GitHub Actions
  • ci-auto-enforcer.yml — GitHub Actions workflow for agent-based PR constraint enforcement
  • ci-mutation-testing.yml — weekly mutation testing template
  • ci-generic.sh — fallback CI script for non-GitHub systems
  • ONBOARDING.md — human-readable onboarding guide skeleton for new team members
  • harness-health-icon.svg — monochrome shield icon for the README health badge

MODEL_ROUTING.md guides cost-conscious model selection. It maps each agent to a model tier (most capable, standard, fast) based on the judgment required. The orchestrator consults it when dispatching agents — spec-writers and code-reviewers get the most capable model; implementers and integration agents get standard models. Token budget guidance prevents runaway costs.

Hooks (11)

All hooks are registered in hooks/hooks.json and active in every Claude Code session.

  • PostToolUse constraint gate — reads HARNESS.md, warns on violations after edits (prompt-based, advisory)
  • PreToolUse markdownlint check — runs markdownlint on .md files being written or edited (deterministic, advisory)
  • Stop drift check — detects when CI, linter, or dependency configs change, nudges /harness-audit
  • Stop snapshot staleness check — detects when the harness snapshot is stale (> 30 days), nudges /harness-health
  • Stop reflection prompt — detects commits during the session, nudges /reflect to capture learnings
  • Stop framework-change prompt — detects framework.md modifications, nudges /reflect + /sync-repos + downstream README checks
  • Stop secrets check — scans for accidentally committed secrets or credentials using gitleaks
  • Stop rotating GC check — runs one deterministic GC rule per session (rotating by day), catching entropy between weekly CI runs
  • Stop curation nudge — detects unpromoted reflections in REFLECTION_LOG.md and nudges curation into AGENTS.md
  • Stop governance drift check — detects governance-related file changes and audit staleness, nudges /governance-audit

Quick Start

Install

See the Installation section above for the full marketplace + plugin install. In short:

claude plugin marketplace add Habitat-Thinking/ai-literacy-superpowers
claude plugin install ai-literacy-superpowers

Initialize

cd your-project

Then in Claude Code:

/superpowers-init

The init command will:

  1. Scan your project to discover the stack, existing linters, CI, and test frameworks
  2. Ask about your conventions (one topic at a time)
  3. Ask which constraints to enforce and how
  4. Offer the full agent pipeline or a subset
  5. Generate CLAUDE.md, HARNESS.md, AGENTS.md, MODEL_ROUTING.md, REFLECTION_LOG.md, CI workflows, and a README badge
  6. Commit everything

Check Health

/superpowers-status

Shows harness enforcement ratio, agent team configuration, compound learning state, model routing, and CI summary.


How to Extend

Adding a language-specific implementer

The plugin provides the agent pipeline pattern but does not ship language-specific implementers — these are created per project for each language in the stack. To create one:

  1. Copy the pattern from any existing implementer (e.g. the exemplar's go-implementer.md)
  2. Adapt the tool permissions, file scope, and build commands for your language
  3. Save to .claude/agents/<language>-implementer.md in your project
  4. The orchestrator will discover and dispatch it automatically

Adding a new skill

  1. Create a directory: skills/<skill-name>/
  2. Add SKILL.md with YAML frontmatter (name, description with trigger conditions)
  3. Optionally add a references/ subdirectory for supporting material
  4. The plugin auto-discovers skills by directory structure

Adding a new command

  1. Create commands/<command-name>.md with YAML frontmatter (name, description)
  2. Define the process steps the command should follow
  3. The command becomes available as /<command-name> in Claude Code sessions

Adding a new hook

  1. Create a script in hooks/scripts/<script-name>.sh
  2. Add an entry to hooks/hooks.json under the appropriate event (PreToolUse, PostToolUse, or Stop)
  3. Hook scripts receive context via environment variables (CLAUDE_PROJECT_DIR, etc.)
  4. Always make hooks advisory (warn, don't block) unless enforcement is critical

The Three Enforcement Loops

Every mechanism in the plugin operates at one of three timescales:

LoopTriggerStrictnessPurpose
AdvisoryPreToolUse hookWarnCatch issues while context is fresh
StrictCI on PRFailPrevent violations from reaching main
InvestigativeScheduled GC + auditReportFight slow entropy that gates miss

Mechanism Map

ADVISORY LOOP (edit time — warn, do not block)
│
├── Hooks
│   ├── PostToolUse constraint gate     Reads HARNESS.md commit-scoped constraints,
│   │                                  warns on violations during Write/Edit
│   ├── PreToolUse markdownlint check  Runs markdownlint on .md files being
│   │                                   written or edited (deterministic)
│   ├── Stop drift check               Detects CI/linter/dependency changes at
│   │                                   session end, nudges /harness-audit
│   ├── Stop snapshot staleness check  Detects stale harness snapshot (> 30 days),
│   │                                   nudges /harness-health
│   ├── Stop reflection prompt          Detects commits during session,
│   │                                    nudges /reflect to capture learnings
│   ├── Stop framework-change prompt   Detects framework.md modifications,
│   │                                    nudges /reflect + /sync-repos +
│   │                                    downstream README checks
│   ├── Stop secrets check             Scans for committed secrets using gitleaks
│   ├── Stop rotating GC check         Runs one deterministic GC rule per session,
│   │                                    rotating by day-of-year
│   ├── Stop curation nudge            Detects unpromoted reflections, nudges
│   │                                    curation into AGENTS.md
│   └── Stop governance drift check    Detects governance file changes, nudges
│                                        /governance-audit
├── Context (read by agents at session start)
│   ├── CLAUDE.md                       Workflow rules, conventions, disciplines
│   ├── AGENTS.md                       Compound learning memory (human-curated)
│   ├── MODEL_ROUTING.md                Model-tier guidance + token budgets
│   └── Skills (36)                     Domain knowledge for agents
│
└── Commands
    ├── /reflect                        Capture post-task learnings
    └── /worktree spin|merge|clean      Parallel agent isolation


STRICT LOOP (merge time — block until green)
│
├── CI Workflows (generated from templates)
│   ├── ci-github-actions.yml           PR-scoped constraint enforcement
│   │                                    (markdownlint, gitleaks, shell checks)
│   ├── gc.yml                           Weekly GC for deterministic rules
│   ├── docs-build-check.yml             mkdocs --strict at PR time
│   ├── spec-redaction-marker-check.yml  Blocks HTML-comment redaction in specs
│   ├── tdad-tests-fast.yml              TDAD Layers 0+1 fast-suite at PR time
│   ├── tdad-scenario-check.yml          New plugin components must ship a scenario
│   └── ci-mutation-testing.yml         Language-specific mutation testing
│
├── Agent Pipeline
│   ├── orchestrator                    Coordinates full pipeline
│   │   ├── GATE: objection adjudication User resolves objections before proceeding
│   │   ├── GATE: plan approval         User reviews spec + adjudicated objections
│   │   └── GUARDRAIL: MAX_REVIEW_CYCLES=3
│   ├── spec-writer                     Spec + plan updates (no Bash)
│   ├── advocatus-diaboli               Adversarial spec review (read-only)
│   ├── tdd-agent                       Failing tests from spec scenarios
│   ├── implementer(s)                  Makes tests green — user-created per
│   │                                   language, not shipped by the plugin
│   ├── code-reviewer                   CUPID + LP review (no Write)
│   └── integration-agent               CHANGELOG, PR, CI, merge, reflection
│
└── Harness Constraints (HARNESS.md)
    ├── Deterministic                   Backed by CI tools
    ├── Agent-backed                    Backed by harness-enforcer
    └── Unverified                      Declared intent, not yet automated


INVESTIGATIVE LOOP (scheduled — sweep for entropy)
│
├── Garbage Collection Rules (HARNESS.md)
│   ├── Weekly CI workflow (gc.yml)      Deterministic rules: secret scanner,
│   │                                    snapshot staleness, shell checks
│   ├── Rotating Stop hook               One deterministic GC rule per session
│   └── Agent-scoped rules               Documentation freshness, command-prompt
│                                         sync, plugin manifest currency
├── Compound Learning
│   ├── REFLECTION_LOG.md               Agent reflections (append-only)
│   └── AGENTS.md                       Human-curated from reflections
│
├── Harness Commands
│   ├── /harness-audit                  Full meta-verification
│   ├── /harness-health                 Snapshot with trends and meta-observability checks
│   ├── /harness-status                 Quick health read
│   └── /harness-gc                     Run GC checks on demand
│
└── Governance Commands
    ├── /governance-constrain           Guided governance constraint authoring
    ├── /governance-audit               Deep governance investigation
    └── /governance-health              Governance pulse check and dashboard

Observability as the Enabling Layer

The three enforcement loops generate signals that, when collected, make the entire habitat observable. The plugin's mechanisms produce the data; observability tools (OpenTelemetry, Claude Code analytics, Grafana) make it visible.

PanelWhat it showsSources
CostSpend trend, model-tier distribution, cost per PRProvider API, MODEL_ROUTING.md compliance
QualityCoverage trend, mutation score trend, change failure rateCI artifacts, mutation testing workflow
AdoptionActive AI users, sessions per developer, acceptance rateProvider analytics
Habitat healthHarness enforcement ratio, compound learning growth, ALCI progression/harness-status, REFLECTION_LOG.md, ALCI surveys

Without observability, cost discipline is aspirational, mutation testing is a one-time experiment, and the harness is a document that may or may not match reality. With it, every mechanism gains an evidence layer.


Harness Observability

The plugin includes a four-layer observability model for monitoring harness health over time:

LayerQuestionHow
Operational cadenceIs the harness running?/harness-health generates snapshots; a Stop hook nudges when the last snapshot is older than 30 days
Trend visibilityHow has the harness changed?Snapshots are diffed to show deltas; --trends produces multi-period views
Telemetry exportCan I visualise this externally?Snapshot data can be exported as OpenTelemetry metrics to any OTLP-compatible backend
Meta-observabilityIs the observability itself working?Five self-checks: snapshot currency, cadence compliance, learning flow, GC effectiveness, trend direction

Health snapshots

/harness-health generates structured markdown snapshots stored in observability/snapshots/. Each snapshot captures:

  • Enforcement ratios (deterministic / agent / unverified breakdown)
  • Garbage collection rule status and findings
  • Mutation testing kill rates per language
  • Compound learning velocity (reflections and promotions)
  • Operational cadence compliance
  • Meta-observability results

Trends are derived by diffing consecutive snapshots — no external tooling required.

README health badge

/harness-health maintains a shields.io badge in the project README:

  • Healthy (green) — all layers operating, no overdue cadences
  • Attention (amber) — one layer degraded or outer loop overdue
  • Degraded (red) — multiple layers degraded or no snapshot in 30+ days

Telemetry export

For teams that want external dashboards, the references/telemetry-export.md reference documents OTel metric names and a reference export script. The file-based approach (snapshots in git) is the default — telemetry export is optional.

  • Skill: skills/harness-observability/SKILL.md
  • Command: commands/harness-health.md
  • Meta-checks: skills/harness-observability/references/meta-observability-checks.md
  • Snapshot format: skills/harness-observability/references/snapshot-format.md
  • Telemetry export: skills/harness-observability/references/telemetry-export.md
  • Hook: snapshot staleness check in hooks/hooks.json
  • Script: scripts/update-health-badge.sh

The Agent Pipeline

When you use the orchestrator agent, it runs this pipeline:

orchestrator
  → spec-writer
  → advocatus-diaboli (spec mode — read-only, produces spec objection record)
  → GATE: objection adjudication — spec mode (user writes dispositions; gate blocked while any is `pending`)
  → GATE: plan approval (user reviews plan + adjudicated spec objection record)
  → tdd-agent
  → implementer(s) (parallel, one per language — user-created per project)
  → code-reviewer
  → GUARDRAIL: MAX_REVIEW_CYCLES=3 (escalate after 3 loops)
  → advocatus-diaboli (code mode — read-only, produces code objection record; runs once after loop exits)
  → GATE: integration approval — code mode (user writes dispositions; gate blocked while any is `pending`)
  → integration-agent (includes reflection step)

The spec objection adjudication gate raises premise-level challenges before any tests or code exist — the cheapest moment to change course. The plan approval gate catches bad plans before they become bad code. The loop guardrail prevents unbounded reviewer cycles. The code objection adjudication gate surfaces threat-model, failure-mode, and operational concerns visible in the implementation before merge.

The plugin ships the orchestrator, spec-writer, tdd-agent, code-reviewer, and integration-agent. Language-specific implementers are not included — each project creates its own based on the stack. See How to Extend for instructions.


Dynamic Workflows

Beneath the static agent pipeline sits an ephemeral execution substrate: dynamic workflows — self-authored, single-task multi-agent harnesses an agent writes, runs once, and discards. Each subagent gets a clean context window and its own model tier, which is what defeats the three failure modes a single long context is prone to: agentic laziness (declaring a multi-part job done after partial progress), self-preferential bias (an agent judging its own output), and goal drift. The conceptual model lives in the dynamic-workflows skill and the how-to guide.

Six composable patterns — classify-and-act, fan-out-and-synthesize, adversarial verification, generate-and-filter, tournament, and loop-until-done — are the building blocks. The plugin dogfoods them: the harness-enforcer fans out one verifier per constraint; code-reviewer reviews in a separate context; assessor/harness-auditor run deep-research scans; /reflect --mine mines the reflection log; and the orchestrator can route a task to a tournament, root-cause, or triage workflow.

Elect deliberately. Workflows cost more tokens and suit long-running, massively parallel, highly structured, or adversarial tasks — so they are opt-in, never reflexive. The four-question when-not-to-use rubric keeps the static pipeline the default; reaching for a workflow on a routine task is treated as over-orchestration.

Two governing invariants protect the curated harness from ephemeral churn:

  • INV-1 — ephemeral proposes, durable curates. A workflow may propose changes but never writes the durable, human-curated artefacts (HARNESS.md, AGENTS.md, CLAUDE.md, MODEL_ROUTING.md) directly; discoveries flow through REFLECTION_LOG.md → human curates → AGENTS.md. A deterministic CI firewall (ai-literacy-superpowers/scripts/inv-firewall.sh) enforces this on every shipped template.
  • INV-2 — quarantine. A workflow agent that reads untrusted or public content is withheld high-privilege tools; only separate trusted agents act on what it found.

Runtime scope — Claude Code only. Dynamic workflows are a Claude Code runtime capability and are not transferable to other coding agents. The plugin ships the skill to both the Claude Code and Copilot CLI trees: where the workflow runtime is present, the modes execute; where it is absent (Copilot CLI or any other agent), the skill is guidance only — readable knowledge with each workflow-mode degrading to its static fallback — never omitted and never erroring.


Compound Learning

Agents learn across sessions through curated documentation:

Agent completes work
  → integration-agent appends to REFLECTION_LOG.md
  → Human reviews periodically
  → Worthy entries promoted to AGENTS.md
  → All agents read AGENTS.md at next session start

Research shows LLM-generated documentation files reduce success rates. Human-curated files provide modest but real improvement. The rule: agents propose; humans curate.

Compound learning flow

The plugin implements a three-stage learning cycle:

  1. Capture — the integration-agent appends a structured reflection to REFLECTION_LOG.md after each task (date, agent, task, surprise, proposal, improvement)
  2. Curate — during the quarterly operating cadence, humans review reflections and promote worthy entries to AGENTS.md as GOTCHA or ARCH_DECISION entries
  3. Benefit — all agents read AGENTS.md at session start, incorporating prior learnings into their decision-making

The GC rule "Stale AGENTS.md" flags reflections older than 30 days that haven't been reviewed for promotion. This prevents the common failure mode where reflections are captured but nobody reads them.


Intellectual Foundations

This plugin packages the practical workflow from the AI Literacy for Software Engineers framework. The design draws on several lineages — architecture, theory, craft, and engineering practice — that converge on a single idea: the environment matters as much as the code.

Architecture and Habitability

  • Christopher AlexanderA Pattern Language (1977); The Timeless Way of Building (1979). The "quality without a name" — design for inhabitants, not spectators. Alexander's insight that environments shape the behaviour of their occupants is the conceptual root of habitat engineering.
  • Richard P. GabrielPatterns of Software (1996). Habitability: code as a place to live in. Gabriel extended Alexander's architectural philosophy to software, arguing that code should be welcoming to the people who maintain it.

Code as Tacit Practice

  • Michael PolanyiPersonal Knowledge (1958); The Tacit Dimension (1966). We can know more than we can tell. Tacit knowing — the practical understanding built up through engaged work, much of which resists articulation — is the ground on which all explicit knowledge stands. Polanyi gives the cognitive-science epistemology that Naur's theory-building applies to software: the substance of "theory" is Polanyi's tacit knowing. Polanyi grounds why the plugin's pedagogical commitments matter — the framework's cognitive gym (Theme #7), no-vibe coding (Theme #2), and the creator-to-verifier shift (Theme #15) are all defences against the tacit-knowledge attrition that AI generation tends to produce. Frank Ginac's "Cognitive Atrophy and Systemic Collapse in AI-Dependent Software Engineering" (2026, arxiv:2604.26855) gives the contemporary application.

Code as Theory

  • Peter Naur — "Programming as Theory Building" (1985); Computing: A Human Activity (1992). The essential product of programming is not the code but the theory the programmers hold about how the system works — Polanyi's tacit knowing applied to software. Loss of theory is loss of system: code can be preserved while the understanding that made it changeable is not. Naur is what habitability protects — the substance of shared understanding that the plugin's compound-learning components (REFLECTION_LOG.md, AGENTS.md, the convention-extraction and harness-audit skills) exist to externalise and sustain.

Code as Literature

  • Donald Knuth — "Literate Programming" (1984); TeX: The Program (1986). Code is written for humans to read, and only incidentally for machines to execute. The literate-programming skill applies Knuth's discipline: narrative preambles, reasoning-based documentation, presentation ordered by understanding.
  • Daniel Terhorst-North — "CUPID — for joyful coding" (2022). Five properties that good code tends toward: Composable, Unix philosophy, Predictable, Idiomatic, Domain-based. The cupid-code-review skill uses these as a review and refactoring lens.

Harness Engineering

  • Birgitta Boeckeler"Harness Engineering" (2026). Exploring Gen AI, martinfowler.com. The three components of a complete harness: context engineering, architectural constraints, and garbage collection. The theoretical foundation for the plugin's three enforcement loops.
  • Mitchell Hashimoto — "AI Harness" (2025). Blog post referenced by Boeckeler as a possible origin of the harness terminology.
  • Chad Fowler — "Relocating Rigor." Essay on how rigor moves from writing code to designing the systems that generate and verify code. Frames the shift from manual discipline to environmental enforcement.

Convention Discovery

  • Rahul Garg"Encoding Team Standards" (2026). Patterns for Reducing Friction in AI-Assisted Development, martinfowler.com. Treats AI instructions as infrastructure, not individual craft. Structured extraction interviews surface tacit team knowledge. Informed the convention-extraction skill and /extract-conventions command.

Agent Orchestration

  • Addy Osmani"The Code Agent Orchestra" (2026). addyosmani.com. Subagent delegation, quality gates, compound learning, and the orchestrator pattern. Informed the agent pipeline design, worktree isolation, and the review loop guardrail.

Specification-Driven Development

  • Gojko AdzicSpecification by Example: How Successful Teams Deliver the Right Software. Manning. Concrete examples as tests; specifications as the shared language between intent and implementation. Informed the spec-first workflow and the spec-writer agent.

Verification and Quality

  • Dave Farley — Controlled study of 150 participants comparing AI-generated and human-written code across creation and maintenance phases. Evidence for AI as an amplifier of existing discipline — the core argument for why harnesses matter.
  • 2025 DORA Report — DevOps Research and Assessment. Findings on AI as an amplifier of existing engineering discipline: teams with strong practices benefit; teams without them are harmed.

Cognitive Science (Framework Foundation)

The plugin implements practical workflows, but the framework's design decisions are grounded in cognitive science research on how human and artificial intelligence differ:

  • Andy ClarkSurfing Uncertainty (2015). Predictive processing and the embodied mind.
  • George Lakoff & Mark JohnsonMetaphors We Live By (1980). Embodied cognition and conceptual metaphor.
  • Edwin HutchinsCognition in the Wild (1995). Distributed cognition — intelligence as a property of systems, not individuals.
  • Lucy SuchmanPlans and Situated Actions (1987). The gap between plans and situated human action.
  • James J. GibsonThe Ecological Approach to Visual Perception (1979). Affordances — the environment offers possibilities for action.
  • John Boyd — The OODA Loop. Observe-Orient-Decide-Act as a cognitive cycle — the basis for the harness's replanning-after-each-action pattern.
  • Donella MeadowsThinking in Systems (2008). Systems thinking, leverage points, and feedback loops — the conceptual model for the three enforcement loops.

The mission: building habitats where human and AI intelligence thrive together.


See It in Action

For a complete worked example of this plugin applied to a real project, see the ai-literacy-exemplar repository — a Go CLI tool built using the full agent pipeline, with authentic git history showing the framework workflow.


License

Apache License 2.0

See what people are saying

Contributors

russmiles

714 commits

ascandroli

3 commits

leeturner

1 commits

Languages

Python

51.6%

Shell

44.2%

JavaScript

2.3%

HTML

1.9%