Skills are marked when they are foundational, voice-sensitive, security-sensitive, or evidence-sensitive. Foundation called by other skills more than invoked directly Voice fires on anything written for an audience Security fires on anything touching secrets or sensitive data Evidence fires on any technical claim or recommendation

01

Triage

Deciding which tickets are worth working on right now.

First touch. Keep, defer, decline. Minimum required fields, initial priority, reviewed tag.

02

Refinement

Filling in the gaps so the team can estimate and start the work.

Prep for estimation. User story, acceptance criteria, dependencies, definition of done.

03

Plan

Writing down the approach in a file before opening the editor.

Write the approach as a file before touching code. Generates the implementation-details checklist.

04

Build

Doing the work, and keeping the commits clean as you go.

Implement against the plan. Pattern and simplicity checks. Handoffs carry state across chats.

05

Validate

Checking it actually works: for keyboards, screens, and real browsers.

Confirm it works. Browser, accessibility, responsiveness, performance, peer review.

06

Communicate

Wrapping it up so the next person, including future you, isn't lost.

Hand off and reflect. PR summary, QA steps, closure notes, lessons captured at handoff.

Cross-cutting

Habits that run alongside everything: watch your tone, back up your claims, watch what you share.

Not tied to a phase. tone-check fires on anything written for an audience; security-check fires on anything touching secrets or sensitive data; evidence-check fires on any technical claim or recommendation.

Three ways to drive the skills

There's no single "right" way to use these. Pick the mode that fits the work in front of you.