rajconnects

36 mods across 2 repositories, 2 stars between them.

frontend-build

25

rajconnects/founder-stack

Command

Produce a design-context-aware frontend implementation brief and write a scaffold file. Hard gate on .design-approved- (set by /ux-mockup approval). Use --bypass for emergencies; bypasses are recorded and surfaced in /handoff.

2 1mo ago A 52 tokens original MIT

grill

26

rajconnects/founder-stack

Command

Stress-test a plan or proposal against the project context doc, glossary, and prior decision records. Surfaces contradictions, sharpens fuzzy language, and walks the decision tree one branch at a time. Adapted from mattpocock/skills/grill-with-docs.

2 1mo ago A 54 tokens original MIT

handoff

27

rajconnects/founder-stack

Command

Generate a phase handoff doc from the template, update build-status, and prompt decision-trace capture for open items.

2 1mo ago A 24 tokens original MIT

publish-gate

28

rajconnects/founder-stack

Command

Pre-publish smoke verification — pack, install into a tmpdir, run the configured smoke command, assert expected output. Catches the "code worked locally but the published tarball is broken" class of bug.

2 1mo ago A 43 tokens original MIT

schema-gate

29

rajconnects/founder-stack

Command

Review a pending DB migration. Static checks (drops/renames/truncates) run as a deterministic shell pre-pass; live-DB checks (RLS, index size, forward-compat) run via a Haiku subagent. Read-only.

2 1mo ago A 51 tokens original MIT

sessions

30

rajconnects/founder-stack

Command

List active and recent Claude Code session claims from coordination.json. Optionally clean stale rows + orphan worktrees.

2 1mo ago A 22 tokens original MIT

spec-intake

31

rajconnects/founder-stack

Command

Read a spec file (or the latest in specroots) and produce a structured execution plan. Enters plan mode with the generated plan.

2 1mo ago A 29 tokens original MIT

start-build

32

rajconnects/founder-stack

Command

Start a phase build with verifiable session state and an isolated git worktree. Wraps /spec-intake, claims files/branches/remote-ops in coordination.json, and spawns a worktree.

2 1mo ago A 42 tokens original MIT

test-gate

33

rajconnects/founder-stack

Command

Write failing tests FIRST that establish the feature contract from the spec. Tests go red; implementation makes them go green.

2 1mo ago A 23 tokens original MIT

ux-mockup

34

rajconnects/founder-stack

Command

Refine wireframes into high-fidelity Figma mockups, then run the human approve/iterate/reject ritual. On approve, sets .design-approved- marker — the engineering hard gate consumed by /frontend-build. Layer 1.7 of the workflow; requires /ux-wireframe first.

2 1mo ago A 63 tokens original MIT

ux-wireframe

35

rajconnects/founder-stack

Command

Produce low-fidelity UX artifacts — extends componentsspec and flowspec, optionally creates rough Figma frames labelled [WIREFRAME]. Sets .ux-wireframe-passed- marker on success. Layer 1.7 of the workflow; precedes /ux-mockup.

2 1mo ago A 59 tokens original MIT

zoom-out

36

rajconnects/founder-stack

Command

Pull broader architectural context for a code area, file, or concept — adjacent modules, callers, related decision records, glossary terms in play. Adapted from mattpocock/skills/zoom-out.

2 1mo ago A 41 tokens original MIT