MartyBonacci

61 mods across 1 repository, 65 stars between them.

go

25

MartyBonacci/specswarm

Command

The single default entry point (v7.17.0). Walks the full AUTO-MAGIC ladder — specify → assume-first clarify → plan → decisions → tasks → preflight → implement (slice gates + verify) → retrospective — pausing ONLY for the batched decision sheet, the assumptions review, sighted gates, and the ship blessing. Every phase…

65 29d ago A 81 tokens original MIT

hotfix

26

MartyBonacci/specswarm

Command

Expedited emergency response workflow for critical production issues.

65 29d ago A 9 tokens original MIT

implement

27

MartyBonacci/specswarm

Command

Execute the implementation plan by processing and executing all tasks defined in tasks.md.

65 29d ago A 14 tokens original MIT

init

28

MartyBonacci/specswarm

Command

Initialize or refresh SpecSwarm guides for a project / sprint.

65 29d ago B 12 tokens original MIT

intervention

29

MartyBonacci/specswarm

Command

Capture a "wait, something feels off" moment as a durable memory file. Each intervention becomes training data for future SpecSwarm automation (preflight, spec-mentor, hooks). Today's manual catch → tomorrow's automatic catch.

65 29d ago A 46 tokens original MIT

mentor-init

30

MartyBonacci/specswarm

Command

Scaffold a mentor directory for the mentor→builder operating pattern (v7.18.0). Stamps out MENTOR-KICKOFF.md (the standing role), process/escalation-boundary.md (three-lane human-escalation model), process/PARKING-LOT.md (verbatim idea capture), the conduct dispatch config, and a SessionStart hook that injects the…

65 29d ago A 101 tokens original MIT

feature-metrics

31

MartyBonacci/specswarm

Command

Command "feature-metrics" from MartyBonacci/specswarm, covering feature-level metrics dashboard, parse arguments, default to current directory if no path specified, source the feature metrics collector library and set project root for library.

65 29d ago A 19 tokens original MIT

modify

32

MartyBonacci/specswarm

Command

Command "modify" from MartyBonacci/specswarm, covering user input, flag parsing, parse flags from arguments, mode routing and goal.

65 29d ago A 14 tokens original MIT

notify

33

MartyBonacci/specswarm

Command

Fire a SpecSwarm notification (sound + desktop banner + optional phone vibrate via Termux) with cascading fallbacks. Useful inside long workflows to ping yourself when a chunk completes or a decision is needed.

65 29d ago A 42 tokens original MIT

overnight

34

MartyBonacci/specswarm

Command

Run a SpecSwarm chunk autonomously while you sleep. Combines pre-batched decisions (v7.6.0) + verification queue (v7.4.0) + headless claude --print to execute /ss:preflight → /ss:implement → /ss:verify → /ss:retrospective without user input. Default mode is --check (validate readiness). --exec opt-in actually runs…

65 29d ago A 103 tokens original MIT

plan

35

MartyBonacci/specswarm

Command

Execute the implementation planning workflow using the plan template to generate design artifacts.

65 29d ago A 14 tokens original MIT

preflight

36

MartyBonacci/specswarm

Command

Run deterministic preflight checks against a feature's plan.md before /ss:implement. Catches hallucinated versions, missing memory files, spec drift, ambiguous grep patterns, heading typos, and uncited spec assumptions in <5 seconds.

65 29d ago A 48 tokens original MIT

release

37

MartyBonacci/specswarm

Command

Orchestrate a complete release workflow with quality gates, version bumping, and publishing automation.

65 29d ago A 13 tokens original MIT

retrospective

38

MartyBonacci/specswarm

Command

Auto-retrospective for a completed SpecSwarm feature/chunk. Gathers feature-scope signals (git log, tasks.md, verify-queue outcomes, captured interventions, MEMORY.md), dispatches the chunk-retrospective subagent, which writes 1-3 durable memory files capturing the chunk's lessons. Solves the "session memory dies when…

65 29d ago A 76 tokens original MIT

rollback

39

MartyBonacci/specswarm

Command

Command "rollback" from MartyBonacci/specswarm, covering user input, goal, execution steps, step 1: safety checks and check 1: get current branch.

65 29d ago C 17 tokens original MIT

ship

40

MartyBonacci/specswarm

Command

Command "ship" from MartyBonacci/specswarm, covering user input, goal, pre-flight checks, ensure we're in a git repository and get repository root.

65 29d ago A 16 tokens original MIT

specify

41

MartyBonacci/specswarm

Command

Create or update the feature specification from a natural language feature description.

65 29d ago A 13 tokens original MIT

status

42

MartyBonacci/specswarm

Command

Command "status" from MartyBonacci/specswarm, covering user input, goal, implementation, get repository root and parse arguments.

65 29d ago A 16 tokens original MIT

tasks

43

MartyBonacci/specswarm

Command

Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.

65 29d ago A 18 tokens original MIT

upgrade

44

MartyBonacci/specswarm

Command

Command "upgrade" from MartyBonacci/specswarm, covering user input, goal, pre-flight checks, parse arguments and extract upgrade target (first non-flag argument).

65 29d ago A 15 tokens original MIT

validate

45

MartyBonacci/specswarm

Command

Run AI-powered interaction flow validation for any software type (webapp, Android app, REST API, desktop GUI).

65 29d ago A 23 tokens original MIT

verify

46

MartyBonacci/specswarm

Command

Adversarial spec-vs-implementation verification for a completed task. Dispatches the spec-mentor subagent with fresh context (no anchoring bias), parses its verdict (PASS / DRIFT / NEEDS-MARTY), and updates the verification queue. The v7.4.0 architectural replacement for a dedicated "mentor session.".

65 29d ago A 68 tokens original MIT

watchdog

47

MartyBonacci/specswarm

Command

Background watchdog daemon that monitors a SpecSwarm project for new commits, newly-checked tasks, flagged verifications, and (v7.18.0) mentor→builder conduct runs — pings Marty via ssnotify when something needs attention. Completes the autonomous-execution loop by surviving session restarts and detecting changes even…

65 29d ago A 73 tokens original MIT

Setup

48

MartyBonacci/specswarm

Hook

Runs once when the project is set up, executing setup-hook.sh. From MartyBonacci/specswarm.

65 29d ago A tokens not measured copy · 64% MIT