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.
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.
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.
Plugin Claude Code
Zero-cost session handoffs for long-running AI coding agents.
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.
Command
Capture ideas quickly — inline or conversational. Ideas live in a separate backlog until promoted to the feature checklist via /flywheel:features.
Command
Show the current feature checklist — read-only view with status summary and progress.
Command
Manage the feature checklist — add, revise, reprioritize, split, or remove features dynamically between relay sessions.
Command
Initialize flywheel for a new project — detects tools, creates .flywheel/ artifacts, generates feature checklist.
Command
Start a Coding Agent session — reads handoff log, picks next feature, plans, implements, reviews, verifies, commits merge-ready code, outputs flow summary.
Command
Reset flywheel state — three tiers (soft, config, full) to clear handoff log, reconfigure tools, or wipe everything.
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.
Skill Claude CodeCodex
Use when coordinating multiple agents working in parallel — defines role-based agent patterns, branch isolation, and merge strategy for 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.
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.