romanticamaj

14 mods across 2 repositories, 63 stars between them.

promptasy AGENTS.md

01

romanticamaj/promptasy

Instructions file CodexOpenCode

A project instruction file for promptasy’s agent workflow, or the structure used to guide AI coding work. It describes development phases, testing levels, and ways to control testing costs.

43 5d ago A 1,657 tokens

promptasy CLAUDE.md

02

romanticamaj/promptasy

Instructions file

A project instruction file for Claude Code, an AI coding assistant, in the promptasy repository. It explains the project’s goals, game design direction, and design principles.

43 5d ago A 7,214 tokens

flywheel

04

romanticamaj/flywheel

Plugin Claude Code

Zero-cost session handoffs for long-running agent work. Initializer + Coding Agent relay protocol with pluggable planning, multi-agent, and review spokes.

20 2mo ago A tokens not measured

backlog

05

romanticamaj/flywheel

Command

Capture ideas quickly — inline or conversational. Ideas live in a separate backlog until promoted to the feature checklist via /flywheel:features.

20 2mo ago A 26 tokens

features-list

06

romanticamaj/flywheel

Command

Show the current feature checklist — read-only view with status summary and progress.

20 2mo ago A 14 tokens

features

07

romanticamaj/flywheel

Command

Manage the feature checklist — add, revise, reprioritize, split, or remove features dynamically between relay sessions.

20 2mo ago A 22 tokens

init

08

romanticamaj/flywheel

Command

Initialize flywheel for a new project — detects tools, creates .flywheel/ artifacts, generates feature checklist.

20 2mo ago A 21 tokens

relay

09

romanticamaj/flywheel

Command

Start a Coding Agent session — reads handoff log, picks next feature, plans, implements, reviews, verifies, commits merge-ready code, outputs flow summary.

20 2mo ago A 31 tokens

reset

10

romanticamaj/flywheel

Command

Reset flywheel state — three tiers (soft, config, full) to clear handoff log, reconfigure tools, or wipe everything.

20 2mo ago A 27 tokens

hub

11

romanticamaj/flywheel

Skill Claude CodeCodex

Use when starting a long-running project that will span multiple sessions — sets up zero-cost session handoffs with an Initializer + Coding Agent relay protocol, auto-detects planning, multi-agent, and review tools.

20 2mo ago A 44 tokens

multi-agent

12

romanticamaj/flywheel

Skill Claude CodeCodex

Use when coordinating multiple agents working in parallel — defines role-based agent patterns, branch isolation, and merge strategy for flywheel.

20 2mo ago A 27 tokens

planning

13

romanticamaj/flywheel

Skill Claude CodeCodex

Use when setting up project planning for flywheel — defines the planning contract and framework slots for planning-with-files, OpenSpec, and superpowers.

20 2mo ago A 30 tokens

review-pipeline

14

romanticamaj/flywheel

Skill Claude CodeCodex

Use when reviewing code changes before merge — 4-layer review pipeline (cleanup, peer review, cross-model, E2E) with framework-agnostic tool slots and a zero-dependency fallback.

20 2mo ago A 43 tokens