Instructions file CodexOpenCode
Instructions for porcupine-md/jonggrang, a project described as: AI agents write code fast. Too fast. Jonggrang makes sure they don't make a mess while doing it.
Instructions file CodexOpenCode
Instructions for porcupine-md/jonggrang, a project described as: AI agents write code fast. Too fast. Jonggrang makes sure they don't make a mess while doing it.
Instructions file
Instructions for porcupine-md/jonggrang, covering claude.md — project guide for ai agents, what jonggrang is, read these when you need context, iron rule: every change, check the docs and change → docs to update.
Skill Claude CodeCodex
Deterministic AI development workflow orchestrator. Manages task boards (.jonggrang/jonggrang-tasks.json), runs 16-phase pipelines (BUGFIX/SMALL/MEDIUM/LARGE), installs lifecycle hooks for Claude Code and OpenCode, and coordinates five specialist roles (Lead/Developer/Reviewer/TestLead/Tester). Use when planning…
Skill Claude CodeCodex
Drive a real browser from the command line — open pages, snapshot the interactive elements as refs, click and fill by ref, read text, run JS, screenshot. Use when a task needs a live browser: checking a page renders, walking a login or checkout flow, scraping something that only exists after JavaScript runs, or…
Skill Claude CodeCodex
Setup authentication flow (register, login, session/JWT, middleware).
Skill Claude CodeCodex
Used by the Lead agent during Phase 6 (Brainstorm) to collaboratively explore user intent, requirements, and alternative approaches before locking in the architecture. Helps turn raw ideas into fully formed specs through natural dialogue.
Skill Claude CodeCodex
Map UI elements and code relationships (affordances).
Skill Claude CodeCodex
Generate UI component with component file, test, and story (optional).
Skill Claude CodeCodex
Identify independent failures and spawn concurrent agents. Turns sequential N×time into 1×time.
Skill Claude CodeCodex
Cross-reference diffs to update README, ARCHITECTURE, CHANGELOG.
Skill Claude CodeCodex
Route API design/implementation tasks to the right library skill.
Skill Claude CodeCodex
Route backend tasks to the right library skill. Detects intent and returns specific skill file paths to load.
Skill Claude CodeCodex
Route database tasks to the right library skill. Covers migrations, query optimization, ORM, transactions.
Skill Claude CodeCodex
Route deployment tasks to the right library skill. Detects intent and returns specific platform skill file paths to load.
Skill Claude CodeCodex
Route frontend tasks to the right library skill. Detects React/Vue/CSS intent and returns specific skill file paths.
Skill Claude CodeCodex
Route testing tasks to the right library skill. Covers unit, integration, e2e, coverage, and test quality.
Skill Claude CodeCodex
Prevents premature exit and infinite loops. Three mechanisms: Completion Promises, Scratchpads, Loop Detection.
Skill Claude CodeCodex
Generate database migration, model update, and seed data.
Skill Claude CodeCodex
16-phase feature orchestration workflow. Runs in the main thread as Kernel Mode. Coordinates the Lead→Developer→Reviewer→TestLead→Tester assembly line.
Skill Claude CodeCodex
Protocol for agents to write structured outputs that survive session resets and are findable by the orchestrator.
Skill Claude CodeCodex
Resume an interrupted orchestration run across Claude Code sessions using MANIFEST.yaml.
Skill Claude CodeCodex
Generate Product Requirements Document from feature intent/description.
Skill Claude CodeCodex
Eng manager-mode plan review. Lock in the execution plan, data flow, diagrams, edge cases.
Skill Claude CodeCodex
CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises.