amornsit
- 25 skills
- 0 followers
- 1 hour ago last updated
- ▌ Handoff · amornsit bundleCompact the current conversation into a handoff document for another agent to pick up.
- ▌ To Spec · amornsit bundleSynthesize the current conversation into a spec and publish it to the project issue tracker — no interview, just what has already been decided.
- ▌
- ▌ Grilling · amornsit bundleGrill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking before committing to it.
- ▌ Research · amornsit bundleInvestigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic, library, or API researched, or the reading legwork delegated so they can keep working.
- ▌ Implement · amornsit bundleBuild a piece of work from a spec or a set of tickets, test-first, and commit it.
- ▌ Prototype · amornsit bundleBuild a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.
- ▌ Wayfinder · amornsit bundleChart a large effort as a map of decision tickets on your issue tracker, then resolve them one at a time until the way is clear.
- ▌ To Tickets · amornsit bundleBreak a plan, spec, or conversation into tracer-bullet tickets with explicit blocking edges, published to your issue tracker.
- ▌ File Ticket · amornsit bundleFile a single bug report or feature request straight to your issue tracker, without a spec or a plan.
- ▌ Which Skill · amornsit bundleAsk which skill or flow fits your situation. A router over the skills in this repo.
- ▌ Setup Skills · amornsit bundlePoint this repo's engineering skills at an issue tracker, triage label vocabulary, and domain doc layout. Optional — the skills work without it.
- ▌ Ticket Commit · amornsit bundleCommit the current work against an open ticket, referencing it from the message, appending a working note to its thread, and closing it when the work is done.
- ▌ Codebase Design · amornsit bundleShared vocabulary for designing deep modules. Use when the user wants to design a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.
- ▌ Diagnosing Bugs · amornsit bundleDiagnosis loop for hard bugs and performance regressions. Use when the user asks to debug something, reports behaviour that is broken or failing, or reports a performance regression.
- ▌ Domain Modeling · amornsit bundleBuild and sharpen a project's domain model. Use when the user wants to pin down domain terminology, record an architectural decision, or when another skill needs to maintain the domain model.
- ▌ Grill With Docs · amornsit bundleA relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
- ▌ Trace Code Flow · amornsit bundleExplain how a named folder, package, feature, or other area of a repository works. Trace its important execution paths as self-contained file-and-symbol boxes connected by labeled arrows. Use when the user asks how code works; do not use to design, change, or review code.
- ▌ Code Spec Review · amornsit 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/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants the changes since a fixed point reviewed, or when another skill hands finished work off for review.
- ▌ Writing Great Skills · amornsit bundleReference for writing and editing skills well — the vocabulary and principles that make a skill predictable.
- ▌ Resolving Merge Conflicts · amornsit bundleMerge conflict resolution. Use when a merge or a rebase is in progress and has stopped on conflicts.
- ▌ Improve Codebase Architecture · amornsit bundleScan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
- ▌ Tdd · amornsit bundleTest-driven development. Use when the user wants to build a feature test-first, fix a bug whose cause is already understood, or wants integration tests written at the right seams.
- ▌
- ▌ Triage · amornsit bundleMove issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.