nstaab1
- 15 skills
- 0 followers
- 20 hours ago last updated
- ▌ Triage · nstaab1 bundleMove issues and external PRs through a state machine of triage roles, categorise, verify, grill if needed, and write agent-ready briefs.
- ▌ Open Pr · nstaab1 bundleOpen a pull request for committed work against the repository's configured base branch.
- ▌ To Spec · nstaab1 bundleTurn the current conversation into a spec and publish it to the project issue tracker: no interview, just synthesis of what you've already discussed.
- ▌ Ask Matt · nstaab1 bundleAsk which skill or flow fits your situation. A router over the skills in this repo.
- ▌
- ▌ Wayfinder · nstaab1 bundlePlan a huge chunk of work (more than one agent session can hold) as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.
- ▌ To Tickets · nstaab1 bundleBreak a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker (edges as text in one file per ticket locally, or native blocking links on a real tracker).
- ▌ Open Pr Agentic · nstaab1 bundleOpen an unmerged pull request for committed work, fill the repository template, link the source issue, and advance it from agent-ready to awaiting human verification. Use at the shipping boundary of attended or autonomous implementation.
- ▌ Code Review · nstaab1 bundleReview the changes since a fixed point (commit, branch, tag, or merge-base) along two axes: Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".
- ▌ Implement Agentic · nstaab1 bundleImplement attended work from an approved spec or ticket set through TDD, review, commit, and an explicit PR handoff. Use when a human remains available for unresolved seams, design calls, and the final ship decision.
- ▌ To Tickets Agentic · nstaab1 bundleBreak a plan, spec, or conversation into tracer-bullet tickets assigned to autonomous or attended lanes, with pre-agreed test seams, blocking edges, and overlap-safe execution frontiers. Use when preparing work for unattended coding agents as well as human-guided implementation.
- ▌
- ▌ Implement Afk Agentic · nstaab1 bundleImplement and ship one agent-ready ticket unattended using its pre-agreed seams, halting instead of guessing when the ticket leaves a decision open. Use for autonomous or cloud-agent coding runs that should end in an unmerged PR ready for human verification.
- ▌ Code Comprehension · nstaab1Walk the user through a change section by section, quiz their understanding, and close on its tradeoffs.
- ▌ Setup Agent Skills · nstaab1 bundleConfigure this repo for the engineering skills: set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.