align — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited align (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Reach a shared design concept with the user before any plan or code is written. The most expensive misalignment is the one caught after implementation — catch it here instead.
ck_context to load current session state, domain pack, and any prior goals or decisions already recorded.ck_memory_search with the user's stated goal to surface prior aligned work on the same area before asking redundant questions.What — What is the exact outcome? What is explicitly out of scope? Why — What problem does this solve? What is the success signal? Who — Who uses the result? Which roles, systems, or integrations are affected? Layers — Which system layers does this touch? (schema, services, APIs, UI, infra, third-party) Record each touched layer explicitly — this drives vertical slice decomposition later. Acceptance criteria — What does "done" look like? What would a failing test catch? Reframe vague requirements into concrete, testable conditions. Edge cases — What breaks if inputs are invalid, empty, or unexpected? Constraints — Budget, timeline, tech stack limits, compliance requirements, or must-not-change areas. Assumptions — What are you assuming about the environment, tech stack, data sources, or integrations? Surface these explicitly before proceeding. Unknowns — What do you not know yet? What needs a spike or research before implementation starts?
ck_memory_record with type decision to persist it. Future agents resuming this work will recover these without asking again.ck_goal (mode: record, horizon: session) to record the aligned goal with its acceptance criteria and touched layers.plan-slice.ck_review_submit (plan_phase: narrowed_decision).At the end of this skill:
ck_goal record with: objective, acceptance criteria, touched layers, known constraints, explicit assumptions, open unknowns.ck_memory_record entries (type: decision) for each resolved design choice.plan-slice or directly to ck_review_submit.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.