outputty/claude-plugin
Skill Claude CodeCodex
Scaffolds outputty into a repo - copies the skills, the output style, the rules, the product docs and the templates into the checkout, where the repo owns and edits them, then fills the docs with the user one file at a time and turns the repo's domain knowledge into expert skills the user picks. Run once; run again…
outputty/claude-plugin
Skill Claude CodeCodex
How a planning or build session is opened inside Herdr - a new tab in the current workspace, alongside this session, with claude started on the right model in its own worktree and the prompt already sent. Use whenever a pick, a needs-planning handoff, or any "open a session for this" comes up, so the tab, the model…
outputty/claude-plugin
Skill Claude CodeCodex
Plans one ticket with the user - grills the idea until nothing answerable is left, spikes every level the fix could land at, gets the user's pick, then files the ticket. Use as /plan for new work, /plan to resume a ticket labelled needs-planning, or on "plan this", "grill this", "let's plan".
outputty/claude-plugin
Skill Claude CodeCodex
Turns this session's corrections and rework into rules, each written to the one file that loads it next time. Runs at the end of every planning session and inside every build's docs layer, and on "retro", "lesson", "what should we remember".
outputty/claude-plugin
Skill Claude CodeCodex
Lists the open tickets with their blockers and priority, prints the /goal line for the one to build next, and hands a pick to its own session per the herdr skill - a new tab alongside this one when inside Herdr, a claude --worktree command otherwise. Use at the start of a build session, or on "what's next", "list…
outputty/claude-plugin
Skill Claude CodeCodex
The exact commands your tracker uses - list and read tickets, create them with dependencies, claim and release, the board's Status moves, stacked PRs. Use whenever a task touches a ticket, the board, or a stacked PR, so nothing is guessed. This copy implements GitHub Issues with gh; a person on another tracker…