From aletheia-os
Evolve AletheiaOS architecture truth. Use when changing module boundaries, contracts, dependency direction, project skeleton nodes, ADR/RFC records, transition plans, or architecture drift checks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aletheia-os:aletheia-architecture-evolutionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Treat architecture changes as falsifiable design research that updates project truth.
Treat architecture changes as falsifiable design research that updates project truth.
Use these primitives. Do not add orchestration to runtime scripts for architecture judgment:
system_context.py or orient.py to load mission, active node, parent constraints, skeleton, and contracts.truth_record.py list/show to inspect decisions, contracts, evidence, risks, hypotheses, and nodes.truth_record.py create/update/archive to record the durable architecture facts that changed.truth_record.py create/list/show/update/archive orphan to incubate candidate skeleton or theory changes before promotion.status.py --json to inspect tree health, orphan count, generated-output boundaries, and next actions.validate.py to verify graph, refs, contracts, and record semantics.checkpoint.py --dry-run and checkpoint.py only when the user wants the coherent truth update committed.The skill is a prompt recipe for architectural judgment, not a monolithic tool.
Before changing architecture:
After changing architecture, update decisions, contracts, skeleton paths, evidence, and active state.
Use .aletheia/playbooks/tree_governed_truth_growth.md before moving subtrees,
inserting parents, splitting nodes, or promoting leaves.
For tree, skeleton, or durable architecture changes, prepare the matching
AletheiaOS traceability trailers before checkpointing the commit.
Before claiming a node is stable, run the current stable-node prerequisite:
python3 .aletheia/bin/checkpoint.py --dry-run
Once the Git history audit runtime is installed, this post-checkpoint audit is also required before claiming stable:
python3 .aletheia/bin/history_audit.py --json
npx claudepluginhub zynthium/aletheia-os --plugin aletheia-osProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.