Use when the user says /tes-align, /tes:align, tes align, align TES, align this project, alinhar TES, alinhar projeto, or asks TES to semantically align a project after /tes-init by creating or updating the project operating mesh, System X-Ray, Convergence Line, execution line, quality gates, boundaries, glossary, decisions, and retained alignment evidence.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tilly-engineer-skills:tes-alignThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`/tes-align` is the preferred shared TES trigger for semantic project
/tes-align is the preferred shared TES trigger for semantic project
alignment after /tes-init. /tes:align is a compatible TES intent alias if
the host reports it as invalid slash text.
Use this skill when initial project context exists but the project still needs an operating mesh that tells the next agent what is done, what is active, what must not be rebuilt, which gates prove quality, and which execution line should advance next.
When working inside the TES source package, read the TES Align source-of-truth
document before changing this skill. When running in an installed target, use
this skill body as the embedded contract. If the package source-of-truth
document is 15 days or more past sources_verified_on, verify its listed
sources, update it if needed, and only then use it as construction truth.
Turn initial context into an evidenced project operating mesh:
PROJECT-CONTEXT -> PROJECT-STATE -> PROJECT-ROADMAP x-ray/convergence -> EXECUTION-LINE
The goal is operational legibility, not prettier documentation.
PROJECT-ROADMAP.md should present a System X-Ray and Convergence Line first
so the project organism and future path are visible before the audit lanes.
/tes-init first.present, linked_existing, created, needs_update, contradictory,
deferred, or not_applicable.docs/agents/**:
PROJECT-CONTEXT.md, PROJECT-STATE.md, PROJECT-ROADMAP.md,
EXECUTION-LINE.md, QUALITY-GATES.md,
BOUNDARIES-AND-CONSTRAINTS.md, KNOWLEDGE-LIFECYCLE.md,
GLOSSARY.md, DECISIONS/** or a link to an existing decision system,
and evidence/<timestamp>-project-alignment.md.PROJECT-ROADMAP.md, make the first human scan path two Mermaid
flowchart TD graphs:
.obsidian/**; do not make
.base or .canvas the only source of truth.python3 .tes/bin/project_alignment_oracle.py --target .
Use python3 scripts/project_alignment_oracle.py --target <target> when
running from the TES source package.
Close only when the oracle passes or the report honestly says NEEDS_REVIEW,
BLOCKED, or DEFERRED with evidence.
The certification sentence is:
Project alignment: PASS, with explicit limits.
.tes/bk/<timestamp>/manifest.json exists..obsidian/**.npx claudepluginhub murillodutt/gate-pre-git --plugin tilly-engineer-skillsProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.