fokkerone

28 mods across 1 repository, 4 stars between them.

superspecs

01

fokkerone/superspecs

Cursor rule Cursor

SuperSpecs — spec-driven AI development framework.

4 2mo ago A 307 tokens original MIT

fokkerone/superspecs

Instructions file GitHub Copilot

Instructions for fokkerone/superspecs: This project uses SuperSpecs: spec-driven planning + TDD implementation + living wiki memory.

4 2mo ago A 94 tokens original MIT

cross-linker

03

fokkerone/superspecs

Skill Claude CodeCodex

Scan the wiki vault for unlinked mentions of page titles and topics. Insert [[wikilinks]] automatically. Run after /wiki ingest or standalone. Triggers on /cross-linker, "cross-link the wiki", "add wikilinks", "link wiki pages".

4 2mo ago A 59 tokens original MIT

design-import

04

fokkerone/superspecs

Skill Claude CodeCodex

Import a DesignOS export as structured context for Phase 1 planning. Reads the export and creates a design-context.md that enriches /discuss and /spec with design constraints, data shapes, milestone structure, and test scaffolding. Optional — the normal /discuss + /spec flow still runs. Triggers on /design-import…

4 2mo ago A 86 tokens original MIT

execute-branch

05

fokkerone/superspecs

Skill Claude CodeCodex

Create a git branch or worktree for isolated spec execution. One branch per spec. Triggers on /branch, "create branch", "set up worktree". Run after /pick-spec.

4 2mo ago A 43 tokens original MIT

execute-pick-spec

06

fokkerone/superspecs

Skill Claude CodeCodex

Choose and validate the next spec for execution. Verifies the spec is complete, dependencies are met, and it fits a clean 200k context window. Triggers on /pick-spec, "what should we build next", "start execution".

4 2mo ago A 54 tokens original MIT

execute-review

07

fokkerone/superspecs

Skill Claude CodeCodex

Review implementation against the spec between tasks. Two passes: spec compliance, then code quality. Critical findings BLOCK progress. Triggers on /code-review, between tasks, or when requested. Runs after each task in /subagent.

4 2mo ago A 49 tokens original MIT

execute-subagent

08

fokkerone/superspecs

Skill Claude CodeCodex

Dispatch fresh subagents per task for parallel execution. Each subagent runs RED-GREEN-REFACTOR TDD on their task. Two-stage review per task. Human checkpoints between waves. Triggers on /subagent, "start executing", "run the tasks", "dispatch agents". Run after /branch.

4 2mo ago A 67 tokens original MIT

execute-tdd

09

fokkerone/superspecs

Skill Claude CodeCodex

Enforce RED-GREEN-REFACTOR for every implementation task. This cycle runs inside each subagent task — not as a separate sequential step. Triggers on /tdd, when a task starts, or when code is being written without a failing test. Also used standalone when implementing outside of subagent mode.

4 2mo ago A 68 tokens original MIT

plan-discuss

10

fokkerone/superspecs

Skill Claude CodeCodex

Capture implementation decisions BEFORE any spec is written. Triggers on /discuss, "what are we building", "let's plan", "I want to build X", "new feature". Always runs before /spec.

4 2mo ago A 48 tokens original MIT

plan-grill

11

fokkerone/superspecs

Skill Claude CodeCodex

Relentless interview to stress-test a spec before execution. Validates every decision against the wiki and techstack. Triggers on /grill, "grill me", "stress-test the spec", "challenge the plan". Always runs after /spec, before /pick-spec.

4 2mo ago A 61 tokens original MIT

plan-spec

12

fokkerone/superspecs

Skill Claude CodeCodex

Write an OpenSpec-style spec from the discussion document. Triggers on /spec, "write the spec", "create spec". Requires DISCUSS.md to exist. The spec must fit a fresh 200k context window.

4 2mo ago A 48 tokens original MIT

ship

13

fokkerone/superspecs

Skill Claude CodeCodex

Create the PR, write the changelog entry, archive the phase directory, mark the spec complete, and trigger the next cycle. Triggers on /ship, "create PR", "ship it", "merge". Final step in the SuperSpecs lifecycle.

4 2mo ago A 53 tokens original MIT

skill-creator

14

fokkerone/superspecs

Skill Claude CodeCodex

Create a new SuperSpecs skill. Use when the user wants to extend the framework with a new workflow step or tool.

4 2mo ago A 28 tokens original MIT

storybook

15

fokkerone/superspecs

Skill Claude CodeCodex

Storybook workbench for visual frontend component development. No TDD/BDD — purely visual. Creates components, stories, and a component catalogue referenceable in /discuss and /spec. Triggers on /storybook, "new component", "build component in storybook", "add story".

4 2mo ago A 61 tokens original MIT

tag-taxonomy

16

fokkerone/superspecs

Skill Claude CodeCodex

Maintain a controlled vocabulary of canonical tags for the wiki vault. Creates and updates meta/taxonomy.md. Audits all wiki pages for non-canonical tags and normalizes them. Triggers on /tag-taxonomy, "fix tags", "normalize wiki tags", "audit tags".

4 2mo ago A 62 tokens original MIT

techstack

17

fokkerone/superspecs

Skill Claude CodeCodex

TechLead questionnaire — elicits the project tech stack via guided questions and recommends installable skills, libraries, and production-readiness checklists for Frontend, Backend, Deployment, and CI/CD. Saves results to the wiki brain. Triggers on /techstack, "what skills do I need", "set up tech stack", "choose my…

4 2mo ago A 83 tokens original MIT

verify-tests

18

fokkerone/superspecs

Skill Claude CodeCodex

Full test suite run. Every spec scenario must have a passing test. No skipped tests. No pending tests. Invoked as Stage 1 of /superspecs:verify. Can also be triggered standalone on /check-tests, "run tests". Runs after all execution waves are complete.

4 2mo ago A 62 tokens original MIT

verify-wiki

19

fokkerone/superspecs

Skill Claude CodeCodex

Distill a completed, verified feature into the project wiki. Architecture decisions, patterns, trade-offs, gotchas. The knowledge that should outlive this session. Invoked as Stage 2 of /superspecs:verify. Can also be triggered standalone on /wiki, "import to wiki", "document the feature". Runs after tests pass.

4 2mo ago A 75 tokens original MIT

verify

20

fokkerone/superspecs

Skill Claude CodeCodex

Phase 3 combined verify. Stage 1 — run the full test suite, check spec scenario coverage, confirm no regressions. Stage 2 — distill the completed feature into the project wiki (architecture decisions, patterns, trade-offs, gotchas). Gate between stages: if tests fail, stop — do not proceed to wiki. Triggers on…

4 2mo ago A 91 tokens original MIT

wiki-capture

21

fokkerone/superspecs

Skill Claude CodeCodex

Save findings from the current session directly to the wiki. Bugs fixed, decisions made, patterns discovered, gotchas hit. Quick mode stages a draft to raw/ for later ingest. Full mode distills directly to wiki pages. Triggers on /wiki-capture, "save to wiki", "capture this session", "note this for the wiki".

4 2mo ago A 74 tokens original MIT

wiki-lint

22

fokkerone/superspecs

Skill Claude CodeCodex

Health check the compiled wiki vault. Finds orphaned pages, missing cross-links, contradictions between pages, and stale file references. Triggers on /wiki-lint, "lint the wiki", "check wiki health". Run periodically or before starting a new cycle.

4 2mo ago A 56 tokens original MIT

wiki-query

23

fokkerone/superspecs

Skill Claude CodeCodex

Query the compiled project wiki to answer a question. Uses tiered retrieval — summaries first, full pages only when needed. Synthesizes answers from existing wiki pages only, never from raw specs or the internet. Optionally files the answer back as a new wiki page. Triggers on /wiki-query, "search the wiki for..."…

4 2mo ago A 83 tokens original MIT

wiki-rebuild

24

fokkerone/superspecs

Skill Claude CodeCodex

Archive the current wiki vault and rebuild it from scratch from raw source material and specs. Use when the wiki has drifted too far from its sources or accumulated too much drift. Also restores from a previous archive. Triggers on /wiki-rebuild, "rebuild the wiki", "archive and rebuild", "reset the wiki".

4 2mo ago A 70 tokens original MIT