aiblueprinthq

25 mods across 1 repository, 342 stars between them.

adopt

01

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Bring the blueprint into an existing (brownfield) codebase. Surveys the real repo, interviews for intent, generates the owned plans and coding standards, documents existing verification and CI, asks whether Blueprint workflow files should be committed or kept local-only, and points to the optional standalone CI setup.…

342 4d ago A 109 tokens original MIT

audit

02

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Read-only code audit for a Blueprint project, except for the findings ledger it maintains at blueprint/context/findings.md. Reviews the active feature, changed files, a selected path, or the full project through all concerns or a focused quality, security, performance, or tests lens. Use when the user runs /audit…

342 4d ago A 102 tokens original MIT

autopilot

03

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Optional explicit Blueprint mode for one bounded spec and build pass. It can pick or resume the current feature, write the spec when needed, create or reuse the branch, implement small steps, run verification, apply the configured regular check, audit, and try-guide gates, create allowed checkpoint commits, repair…

342 4d ago A 129 tokens original MIT

brief

04

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Read-only briefing on an upcoming build-plan feature before you spec it. With no argument, briefs the next unchecked item; given a number or name, briefs that one. Reads build-plan.md and project-overview.md and explains what the feature is, what it depends on, what it will touch, how big it is, and whether it will…

342 4d ago A 113 tokens original MIT

browser-tests

05

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Add or normalize an optional repository-owned browser test harness, preferring an existing runner and otherwise using Playwright for compatible web or browser-extension projects. Use when the user asks to install Playwright, add browser or end-to-end tests, create a browser harness, or make browser behavior repeatable…

342 4d ago A 81 tokens original MIT

check

06

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Prove the current work actually does what its spec says by running the real app and observing behavior against the "done when" criteria in current-feature.md. Drives the app (browser, CLI, or server), captures evidence (screenshots, output, console/network errors), and reports pass/fail per criterion. Does not edit…

342 4d ago A 138 tokens original MIT

ci

07

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Set up or normalize automatic GitHub checks for a Blueprint project around one documented Verify command. Detects the real stack, package manager, existing checks, default branch, and workflows; preserves existing CI; combines only configured typecheck, test, and build commands; runs the command locally; and stops…

342 4d ago A 104 tokens original MIT

complete

08

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Wrap up a finished feature, fix, or rollback. Runs a final safety pass, archives its spec to blueprint/history/features/, blueprint/history/fixes/, or blueprint/history/rollbacks/, updates the build plan for features and rollbacks, resets blueprint/context/current-feature.md to its stub, makes one work-level commit…

342 4d ago A 127 tokens original MIT

continuous

09

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Explicit multi-feature Blueprint mode that builds every remaining planned feature serially, resuming or selecting the next unchecked build-plan item and repeating the human-style lifecycle through the configured limit or end of plan. It creates one local branch and one clean default-branch commit per feature…

342 4d ago A 138 tokens original MIT

debug

10

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Diagnose a failing test, broken build, crash, error, regression, or unexpected behavior without editing source or Blueprint state. Reproduces the symptom with the smallest safe command, localizes the failing path, tests competing hypotheses, identifies the root cause when evidence supports one, and reports a repair…

342 4d ago A 104 tokens original MIT

discovery

11

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Optional deep, multi-turn project discovery that helps the user develop detailed Blueprint project-plan.md and build-plan.md files through an adaptive conversation, then drafts them only after the user says they are ready. Use when the user explicitly runs /discovery or $discovery, asks for a guided planning…

342 4d ago A 119 tokens original MIT

doctor

12

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Run a read-only Blueprint health check for setup, onboarding, required files, tool adapters, commands, optional verification and CI, Blueprint visibility, ignore rules, planning readiness, overview freshness, and workflow drift. Use when the user runs /doctor, asks whether the Blueprint is installed correctly, wants a…

342 4d ago A 82 tokens original MIT

feature

13

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Turn a feature from build-plan.md into a buildable spec. With no argument, specs the next unchecked item in the build plan; given a number or name, specs that one. If a clearly new feature does not match the plan, proposes a reviewed plan addition, refreshes the overview after approval, then specs it. Sizes the…

342 4d ago A 165 tokens original MIT

fix

14

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Document an ad-hoc bug fix or small change (one not in the build plan) into blueprint/context/current-feature.md so it runs through the same build loop. Writes a short fix spec and stops; then /implement builds it and /complete logs it to blueprint/history/fixes/ and merges. Use when the user runs /fix, reports a bug…

342 4d ago A 89 tokens original MIT

implement

15

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Build the feature, fix, or rollback spec'd in blueprint/context/current-feature.md, one small reviewable step at a time. Creates the matching branch, implements each step, shows the diff and explains it in plain English, tests, and iterates until it works. Type: Rollback specs use a guarded reverse patch that…

342 4d ago A 131 tokens original MIT

onboard

16

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Set up the Blueprint after overlaying it onto a freshly scaffolded or early project. Detects the stack, tunes project files and adapters, documents real commands and existing checks, points to the optional standalone CI setup, and tells the user what to fill in before /overview or $overview. Use when the user runs…

342 4d ago A 108 tokens original MIT

overview

17

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Validate and, when needed, normalize the two planning docs before generating blueprint/context/project-overview.md from blueprint/project-plan.md and blueprint/build-plan.md. The overview is the single AI-facing source of truth that project instructions load every session. Use when the user runs /overview, invokes…

342 4d ago A 88 tokens original MIT

prototype

18

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Interactively prototype the look of a project. Asks about the desired look and feel and which pages to draft, proposes a plan, and only then writes throwaway static HTML/CSS mockups to prototypes/ that share one theme (a set of CSS theme variables). A plan-first, pre-build helper that sits outside the spec-driven…

342 4d ago A 104 tokens original MIT

release

19

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Prepare a Blueprint project for deployment to Render or Vercel. Reads the plans, project commands, app config, and current repo state; verifies build, start, output, env, health checks, and provider config; can create or update render.yaml or vercel.json when requested; and stops before any external deploy, service…

342 4d ago A 122 tokens original MIT

rollback

20

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Plan a safe reversal of a completed Blueprint feature using its archived spec and squashed git commit. Finds the exact feature commit, reviews later commits for dependency risk, writes a Type: Rollback spec to blueprint/context/current-feature.md, and stops for review before /implement applies any code change. Use…

342 4d ago A 94 tokens original MIT

status

21

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Show where the project stands: build-plan progress, the current feature's checked and unchecked steps, git state, drift warnings, and the exact next action. Read-only. Use when the user runs /status, asks where things stand, what's next, what's in progress, or is picking work back up after a break or a context clear.

342 4d ago A 70 tokens original MIT

tests

22

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Add or normalize unit testing for a Blueprint project. Detects the stack, reuses an existing test runner when present, or installs the stack-native unit test runner when missing, then adds one small example test, updates AGENTS.md commands, runs build and tests, and reports the diff. Use when the user runs /tests…

342 4d ago A 95 tokens original MIT

try

23

aiblueprinthq/ai-blueprint

Skill Claude CodeCodex

Generate a human manual try guide for the current or most recently completed Blueprint feature, fix, or rollback. Reads the spec, project commands, and available app context, then tells the user exactly what to start, where to go, what to click or run, what to expect, and what would count as wrong. Read-only. Use when…

342 4d ago A 120 tokens original MIT

aiblueprinthq/ai-blueprint

Instructions file CodexOpenCode

Instructions for aiblueprinthq/ai-blueprint, covering agents.md, what this is, read these for full context, project configuration and workflow.

342 4d ago A 2,696 tokens original MIT