attac-t
- 138 skills
- 0 followers
- 5 hours ago last updated
- ▌ Polish 2 · attac-t bundleDeep code polish. Seven-pass readability protocol. Use when code works but doesn't sing.
- ▌
- ▌ Polish 3 · attac-t bundleLaravel polish. PHP/Laravel standards for each polish pass. Invoke when polishing PHP/Laravel code.
- ▌
- ▌ Decide Extraction 2 · attac-t bundleWhen and how to extract application code into a standalone Laravel package. The extraction playbook.
- ▌ Brief · attac-tThe five shapes a human surface takes — work, change, update, decision, closure. Use before writing an issue, a pull request body, a comment, a question or a closing note. Never for a run record, which holds how the work was done.
- ▌ Polish · attac-t bundlePest polish. Test-specific standards for each polish pass. Invoke when polishing Pest test files.
- ▌
- ▌ Cycle · attac-tOne bounded pass over a repository — ground, resume, look, choose one thing, act or do nothing, exit. Use for a daily or weekly check that beliefs still match reality. Never a scheduler and never a loop.
- ▌
- ▌ Craft Sh · attac-t bundleCrafting a shell script that reads like prose. One story in main, one job per function, early returns, and the ways a shell lies to you.
- ▌ Question · attac-tInterrogate an ask before acting on it. What was asked, why, is it still right, and where does it fit. Use at the start of any piece of work, and again whenever the ask is restated.
- ▌
- ▌
- ▌ Stranger · attac-t bundleHand a file to someone who was not there, and record what they understood. Use before shipping any document a person must act on, and whenever a score passes but the prose feels dense.
- ▌
- ▌ Craft Map · attac-t bundleShow what exists, where it lives, and what each part is for. Use for a directory tree, a codebase layout, a component hierarchy. Not for sequence (craft-flow) or who acts (craft-swimlane).
- ▌
- ▌
- ▌
- ▌ Craft Flow · attac-t bundleShow what happens next, in what stages, and where it branches. Use for a process, a lifecycle, a state change nobody owns. Not for static structure (craft-map) or who acts at each step (craft-swimlane).
- ▌
- ▌ Retrospect · attac-tFind what went wrong before somebody else does. Run it when work ends, when a check goes red, and when a person catches what you missed.
- ▌
- ▌
- ▌ Challenge · attac-tTest one product claim against the evidence and end with a state and one legal next move. Use before acting on a belief about users, value, position, feasibility or strategy — and when a belief has gone unchecked for a while.
- ▌ Conclusion · attac-tLead with what is true. Say which kind of claim each sentence is. Ask for the smallest answer that settles it. Use for any reply or file a person reads.
- ▌
- ▌
- ▌ Craft Oracle · attac-t bundleGates that exit 0 or 1. Choosing the commands, and promoting judgment into them.
- ▌
- ▌ Craft Memory · attac-t bundleCrafting effective CLAUDE.md files. Project memory that Claude won't ignore.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Craft Verdict · attac-t bundleThe committed verdict. Severity, one row per finding, and how the loop ends.
- ▌
- ▌ Craft Comment · attac-t bundleWhat a comment is for, what shape it takes, and the space around code that means no comment is needed. Applies to any language, not only shell.
- ▌
- ▌
- ▌ Plain English · attac-tSay it so a ten-year-old gets it on the first read. Covers a reply and any file a person reads. Short words, natural grammar, literal rules, named actors.
- ▌ Craft Pr Stack · attac-tOpening a pull request on top of one that has not merged. When a stack earns its merge order, how to rebase a child, and where the child lands when the parent merges.
- ▌ Craft Swimlane · attac-t bundleDraw who or what acts at each step, and what crosses between them. Use when a hand-off, an approval, a human touchpoint or an adapter seam is the point. Not for static structure (craft-map), ownerless process (craft-flow), or a call and return trace.
- ▌
- ▌
- ▌
- ▌ Decide Boundary · attac-t bundleIs this one project or several? Fires at charter, authoring, and verdict.
- ▌ Craft Blueprint · attac-t bundleCrafting blueprints. Persistent task tracking with user confirmation.
- ▌
- ▌ Ground Elegance · attac-t bundleSensing resistance. The "push back" instinct when code feels forced.
- ▌
- ▌ Ground Interview · attac-tSpec refinement via AskUserQuestion. Extract requirements before implementation.
- ▌ Ground Mechanism · attac-t bundleCode or model. What must be deterministic, and what must be judged.
- ▌
- ▌
- ▌
- ▌
- ▌ Decide Test Merit · attac-tWhen a test earns its line, and when to cut it. Removal is the test of a test.
- ▌
- ▌
- ▌
- ▌
- ▌ Decide Casts · attac-t bundleWhen to use Eloquent Cast vs Accessor. Value representation decisions.
- ▌
- ▌
- ▌
- ▌ Craft Context · attac-t bundleCrafting Context Objects. Parameter encapsulation for complex operations.
- ▌
- ▌ Decide Events · attac-t bundleWhen to use Events & Listeners vs direct calls. Decoupling decisions.
- ▌
- ▌
- ▌ Craft Repo Identity · attac-t bundleBinding one repository to one GitHub account when a machine holds several. Which identity signs a commit, which token pushes it, and why the CLI's account is global when everything else is per repo.
- ▌
- ▌ Decide Builder · attac-t bundleWhen to use the fluent Builder pattern vs constructors or factories.
- ▌
- ▌ Ground Laravel · attac-t bundleLaravel philosophy. Convention over config. Eloquent as truth. Invoke ONCE when entering Laravel context.
- ▌ Craft API · attac-t bundleCrafting API surfaces. Entry points, fluent builders, progressive disclosure.
- ▌
- ▌
- ▌ Decide Chunking · attac-t bundleWhen and how to process large datasets. Memory-efficient iteration.
- ▌
- ▌ Craft Docs · attac-t bundleCrafting a documentation site. Progressive depth, not progressive confusion.
- ▌ Craft Fake · attac-t bundleCrafting fakes. Let consumers test package interactions without touching internals.
- ▌ Craft View · attac-t bundleCrafting package views. Blade components, view publishing, and the visual contract with your consumers.
- ▌
- ▌
- ▌ Decide Pipelines · attac-t bundleWhen to use Laravel Pipelines vs sequential calls. Flow decisions.
- ▌
- ▌
- ▌
- ▌ Craft Trait · attac-t bundleCrafting model traits. The trait-first integration pattern for Laravel packages.
- ▌ Craft Expectation Chain · attac-t bundleCrafting expectation chains. Fluent assertions without traps.
- ▌
- ▌
- ▌ Decide Extraction · attac-t bundleWhen to extract an Action class vs inline code. Extraction decisions.
- ▌
- ▌ Craft Config · attac-t bundleCrafting a config file. The self-documenting contract between package and consumer.