friedbotstudio

67 mods across 1 repository, 11 stars between them.

roadmap-sync

49

friedbotstudio/baseline

Skill Claude CodeCodex

Phase 10.6 — sync the project's execution roadmap (project.json → roadmap.path, default docs/roadmap-execution-plan.md) to the just-landed work. Flips the tasks named in workflow.json → roadmaptasks[] from ⬜ to ✅ and promotes their epic headings ⬜→🟡→✅, preserving the standup parser format contract. On the epic track…

11 5d ago A 171 tokens original Apache-2.0

roadmap

50

friedbotstudio/baseline

Skill Claude CodeCodex

Read-only view of the execution roadmap. Lists every epic with its per-status tallies, nests the still-open rows beneath their epic, collapses wholly-finished epics into one rollup line, and closes by naming the next planned task in file order. Four verbs — list (the reader's view), tasks and epics (filterable row and…

11 5d ago A 117 tokens original Apache-2.0

scenario

51

friedbotstudio/baseline

Skill Claude CodeCodex

Write executable failing tests from a recipe handed to you by the main context. Used by /tdd Step 2 and ad-hoc when a phase needs tests-first to drive implementation. Decisions about which scenarios to cover, which categories matter, and which fixtures to use are made by the caller — this skill executes that recipe…

11 5d ago A 73 tokens original Apache-2.0

scout

52

friedbotstudio/baseline

Skill Claude CodeCodex

Workflow Phase 2 — Codebase Scouting and Constraint Discovery. Maps the relevant slice of the codebase for a given task. Produces a scout report at docs/scout/ .md naming the files, modules, and patterns the proposed work touches or constrains. Report decisions execute in main context with full conversation…

11 5d ago A 90 tokens original Apache-2.0

security

53

friedbotstudio/baseline

Skill Claude CodeCodex

Workflow Phase 8 (optional) — OWASP-aligned security review of pending code changes. Produces a prioritized findings report (Critical/High/Medium/Low) mapped to OWASP Top 10 and CWE IDs. Output at docs/security/ - .md. Read-only.

11 5d ago A 63 tokens original Apache-2.0

simplify

54

friedbotstudio/baseline

Skill Claude CodeCodex

Workflow Phase 7 — Mechanical cleanup pass over the branch diff, followed by a code-structure review pass and a verify re-stamp. Shadows the global simplify skill at project scope; the cleanup pass is performed inline rather than via Skill self-call.

11 5d ago A 60 tokens original Apache-2.0

spec-diagram-review

55

friedbotstudio/baseline

Skill Claude CodeCodex

Cross-consistency review of a drafted spec's diagrams. Verifies that C4 components appear in the dependency graph, class-diagram changes have matching DDL, every AC resolves to a concrete sequence, and the dependency graph is acyclic. Read-only. Run after /spec-lint passes and before implementation.

11 5d ago A 68 tokens original Apache-2.0

spec-lint

56

friedbotstudio/baseline

Skill Claude CodeCodex

Preflight a spec draft without saving. Runs the same checks as the write-boundary hooks — PlantUML syntax, required diagram presence, AC-to-sequence traceability, Design calls quality floor, and System delta row resolution — and prints a compact pass/fail table. Use while iterating so the hooks don't bite on save.

11 5d ago A 71 tokens original Apache-2.0

spec-render

57

friedbotstudio/baseline

Skill Claude CodeCodex

Extract every PlantUML block from docs/specs/ .md and render each to SVG under docs/specs/rendered/ /, with an index.md listing them in order. Run this before /approve-direction so the reviewer sees pictures instead of raw PlantUML.

11 5d ago A 60 tokens original Apache-2.0

friedbotstudio/baseline

Skill Claude CodeCodex

Oracle-bound spec-review check that every structured Rollout prerequisite binds to an enforcement-type acceptance criterion. A prerequisite whose enforced-by is missing, dangling, or points at a non-enforcement AC is a BLOCKER (hard-blocks implementation entry via the checker fan-out verdict); a prerequisite left in…

11 5d ago A 89 tokens original Apache-2.0

friedbotstudio/baseline

Skill Claude CodeCodex

Dev-only check that a drafted spec for THIS baseline repo won't ship dev-tree references to consumer installs. Catches three failure modes — shipped SKILL.md prose that references paths under src/, tests/, scripts/, obj/ as runtime invocations (in OR inline backticks, plus shipped .mjs/.js/.sh/.py helper-file…

11 5d ago A 236 tokens original Apache-2.0

planted

60

friedbotstudio/baseline

Skill Claude CodeCodex

Fixture SKILL.md that intentionally contains a dev-tree runtime reference inside a bash fence. Used by tests/shipped-skill-md-shippability.test.mjs to verify scan-shipped-skills.mjs emits a BLOCKER DEVTREERUNTIMEREF finding.

11 5d ago A 53 tokens original Apache-2.0

spec-sync

61

friedbotstudio/baseline

Skill Claude CodeCodex

Bootstrap the central system spec at docs/system/ for a repository that has never had one. Scans the governed surface, proposes a concept map clustered by directory, and materializes elements + shards ONLY after a human confirms that map. Use when adopting the baseline on an existing project, or when the corpus needs…

11 5d ago A 94 tokens original Apache-2.0

friedbotstudio/baseline

Skill Claude CodeCodex

Traceability review — every spec AC must trace to a resolvable upstream AC in the intake (and BRD if present), and no upstream AC is silently dropped. Read-only. Run alongside spec-diagram-review before implementation.

11 5d ago A 54 tokens original Apache-2.0

spec

63

friedbotstudio/baseline

Skill Claude CodeCodex

Draft a Workflow Phase 4 technical spec from an intake (and optionally a BRD + scout + research memo). The spec defines how the system will change: design (C4 + UML + dependency graph in PlantUML), data, APIs, tests, rollout, rollback. Output lives at docs/specs/ .md. Never self-approves — approval happens via…

11 5d ago A 83 tokens original Apache-2.0

sprint-oracle

64

friedbotstudio/baseline

Skill Claude CodeCodex

The sprint completeness oracle — a mechanical, exit-code-driven check that every feature in a sprint manifest is provably complete across three dimensions (a done-record reference, resolvable edge tests, and a resolvable wiring test). Fails loud with a per-feature gap list naming the missing dimension. Read-only. Use…

11 5d ago A 96 tokens original Apache-2.0

sprint-plan

65

friedbotstudio/baseline

Skill Claude CodeCodex

Decompose an MVP vision into a sprint manifest — a prioritized feature list where every feature carries explicit done-criteria (a done-record reference, named edge tests, and a wiring test). Produces the sprint manifest that sprint-oracle checks for completeness. Use when planning a sprint of parallel work (Slice A of…

11 5d ago A 93 tokens original Apache-2.0

sprint-planner

66

friedbotstudio/baseline

Skill Claude CodeCodex

Propose the next dependency-ready sprint from the ALREADY-DECOMPOSED roadmap — standup's active sibling. Reads docs/roadmap-execution-plan.md + the memory backlog, computes per-task readiness from the roadmap's machine-readable status, orders with roadmap-planner's graph engine, and emits a proposed task-set…

11 5d ago A 134 tokens original Apache-2.0

standup

67

friedbotstudio/baseline

Skill Claude CodeCodex

Read-only release + backlog recap. Reports the last release, commits-since-tag classified by conventional-commit type with the semver bump they trigger and pushed-vs-origin state, the backlog bucketed (open/picked-up/dropped with epic parent→child nesting), the roadmap epics with their per-task tallies, and condensed…

11 5d ago A 138 tokens original Apache-2.0