documenting-release
Cross-reference diffs to update README, ARCHITECTURE, CHANGELOG.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Cross-reference diffs to update README, ARCHITECTURE, CHANGELOG.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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 features, executing multi-step development workflows, or orchestrating AI coding agents. Run via npx jonggrang.
16-phase feature orchestration workflow. Runs in the main thread as Kernel Mode. Coordinates the Lead→Developer→Reviewer→TestLead→Tester assembly line.
Protocol for agents to write structured outputs that survive session resets and are findable by the orchestrator.
GitHub workflow automation with the gh CLI — pull requests, issues, releases, the REST/GraphQL API, and safe message escaping. Auth via GH_TOKEN (set in global settings, attached to the sandbox env).
GitLab workflow automation with the glab CLI — merge requests, issues, CI, releases, and safe message escaping. Auth via GITLAB_TOKEN (set in global settings, attached to the sandbox env).
Prevents premature exit and infinite loops. Three mechanisms: Completion Promises, Scratchpads, Loop Detection.
| name | documenting-release |
| description | Cross-reference diffs to update README, ARCHITECTURE, CHANGELOG. |
| phase | 16 (Complete) |
| role | Lead |
Role Constraints: Lead (Write/Bash access allowed).
File Access: Do NOT use literal placeholders for file paths. Use the glob tool to search for the active feature directory under .jonggrang/.output/features/.
Ensure every documentation file in the project is accurate, up to date, and written in a friendly, user-forward voice before the feature is fully released.
bash to run git diff main...HEAD --stat (or the appropriate base branch) to understand what changed.README.md, ARCHITECTURE.md, CHANGELOG.md, CONTRIBUTING.md) using glob.edit or write tool to make factual corrections directly (e.g., adding a command to a table, updating counts).bash tool if you need to run specific scripts that generate documentation.CHANGELOG.md exists, review the entry for the current feature.README aligns with ARCHITECTURE and CHANGELOG. Fix any clear factual inconsistencies.When the documentation has been updated and verified, output exactly:
DOCUMENTATION_COMPLETE