znut/agent-skills
Skill Claude CodeCodex
Rules for prose the PO reads: chat replies, PR bodies, PR and ticket comments, ticket bodies, decision records, product docs, code comments, cross-session pings, partner messages. Every role and every worker loads it before writing. Trigger: "/comm", "writing convention", "communication convention".
znut/agent-skills
Skill Claude CodeCodex
Interview a stakeholder in their own language and file their needs as GitHub issues for the product team. Runs on the stakeholder's machine with only the gh CLI — no repository clone, no build tools. Trigger: "/intake", "stakeholder interview", "requirements intake".
znut/agent-skills
Skill Claude CodeCodex
Run repo work through subagents. Split work into small tasks, give each worker an isolated git worktree, check the result, and require the worker to commit, pass review, and deliver through the repo's delivery mode. Read project rules from the repo. Pair this skill with /tl for engineering work or /pm for product…
znut/agent-skills
Skill Claude CodeCodex
Turn a product request into settled requirements, product doc changes, and ready tickets. Ask the user for each missing choice, check current product and decision docs, and give the TL a clear build plan. Do not write application code or merge. Trigger: "/pm", "product manager", "grill requirements", "requirements…
znut/agent-skills
Skill Claude CodeCodex
Check a finished branch before PR creation. Read the repo's current review rules, scan added lines, review the exact committed diff, and return PASS, BLOCK, or ERROR. On PASS, write a marker bound to the reviewed commit. Trigger: "/review-gate", "review gate", "pre-PR review", or a review request from /orchestrate.
znut/agent-skills
Skill Claude CodeCodex
Lead engineering work. Check ready tickets, split them into worker tasks, send them through /orchestrate, check each open PR, and track work after the user merges. Own engineering decision records, but do not write application code or merge. Trigger: "/tl", "tech lead", "team lead", "dispatch the ready queue", or…