rajconnects/founder-stack

Engineering workflow for non-technical founders building real products with Claude Code

2Stars on the repository
36Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

docs-gate

01

rajconnects/founder-stack

Command

Audit framework docs for drift — broken file refs, dead command refs, unused project.json keys, and CHANGELOG-vs-diff overclaim/underclaim. Dispatches docs-auditor.

2 1mo ago A 39 tokens original MIT

mission-abort

02

rajconnects/founder-stack

Command

Terminate a mission. Sets status to aborted, writes a final log entry, preserves the mission directory for audit. Does not roll back code changes.

2 1mo ago A 29 tokens original MIT

mission-resume

03

rajconnects/founder-stack

Command

Resume a paused or blocked mission. Re-syncs state, updates the heartbeat, and tells you how to re-enter /loop. Used after context-overflow auto-exit, after a session crash, or after a human cleared a blocking issue.

2 1mo ago A 49 tokens original MIT

mission-status

04

rajconnects/founder-stack

Command

Show the current state of a mission — status, current step, verdicts so far, recent log entries. Read-only.

2 1mo ago A 25 tokens original MIT

mission-tick

05

rajconnects/founder-stack

Command

One iteration of the autonomous mission loop. Invoked as /loop /mission-tick to start, then re-fired by /loop dynamic mode on each ScheduleWakeup (local pace), or fired by /schedule (cron pace).

2 1mo ago A 49 tokens original MIT

mission

06

rajconnects/founder-stack

Command

Start a new autonomous mission. Scopes the goal, writes a validation contract for your approval, then (after explicit /loop or cron start) dispatches workers and validators on a tick loop until the mission completes or blocks. Designed for overnight runs.

2 1mo ago A 50 tokens original MIT

architecture-review

07

rajconnects/founder-stack

Command

Post-phase architectural review. Surfaces deepening opportunities (shallow modules, leaky seams, tightly-coupled clusters), informed by the project's glossary and prior decision records. Adapted from mattpocock/skills/improve-codebase-architecture.

2 1mo ago A 51 tokens original MIT

deploy-gate

08

rajconnects/founder-stack

Command

Post-deploy smoke verification — health check, Playwright smoke, log scan. Does not deploy or roll back.

2 1mo ago A 23 tokens original MIT

design-gate

09

rajconnects/founder-stack

Command

Verify implemented frontend code against design spec, tokens, component contract, and Figma. Returns pass/fail with a gap list. Pass --strict to enforce the .design-approved- marker as a hard prerequisite (otherwise it's a soft warning).

2 1mo ago A 51 tokens original MIT

frontend-build

10

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

11

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

12

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

13

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

14

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

15

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

16

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

17

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

18

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

19

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

20

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

21

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