layers-orient
Diagnostic audit across all seven layers — identifies the bottleneck layer and recommends where to focus
What this skill does
# /layers-orient *Assumes `/layers-intro` has been loaded for framework context.* Orient is a rapid diagnostic — the front door for finding the **live decisions** the other skills then work. It maps the current state of decisions across all seven layers, identifies the bottleneck — the lowest layer with unresolved or risky decisions — and recommends where to focus next. It is not a deep dive into any layer. That's what the individual layer skills are for. Orient answers the prior question: *which layer deserves attention most urgently?* Keep it fast and light — the output is a short audit and one recommendation, not a report. **What it assesses:** - Whether key decisions have been made at each layer, and how solidly - Whether decisions treated as solid are actually assumptions - Which layer is the most foundational with unresolved work, creating risk for everything above **Quality signals — when orient is done well:** - The bottleneck layer is specifically named, not vaguely gestured at - Assumed layers are distinguished from Strong ones — they require different responses - The recommendation connects to a specific skill with a clear reason --- ## Guided session *Describe your design situation and what prompted you to pick it up, or say "let's orient" to start.* (Capture is opt-in and light — see `/layers-intro`. For orient, the audit table itself is usually all that's worth keeping.) Then ask: 1. What product or feature are you working on? 2. What design challenge are you facing right now? 3. How far along is this work — early exploration, active design, or fixing something in an existing product? Listen for clues about which layers have already been worked through and which are thin or missing. --- ### Layer audit Work through each layer with one or two targeted questions. Rate each as: **Strong** / **Partial** / **Assumed** / **Weak** / **Not started** / **N/A** **Observed behaviour** *"What user research do you have? Have you spoken to users, observed them, or have analytics? Or is this mostly based on what the team believes users do?"* **The domain** *"How well do you understand the space this product operates in — the real-world concepts, terminology, and how users think before your product enters the picture?"* **User needs** *"Can you articulate what users are trying to achieve — not in features, but the underlying job and why it matters? Do you have job stories or equivalent?"* **Product & service strategy** *"Do you know which specific user need this work targets and what business outcome it's meant to move? Is the connection between opportunity and business goal explicit, or informal?"* **Conceptual model** *"Does the product have a clear model of the objects it works with — the things that exist, how they connect, and what vocabulary you use? Is this shared across the team, or does each person have their own version?"* **Interaction structure and flow** *"Do you have a clear picture of the key user journeys — places, steps, decision points? A breadboard, rough flow, working code, or a description you can narrate?"* **Surface** *"Is there an existing design system, visual language, or component library this needs to fit into?"* --- ### Decision landscape Produce the audit as a table: ``` Layer | State | Notes ---------------------------|-------------|---------------------------------------- Observed behaviour | | The domain | | User needs | | Product & service strategy | | Conceptual model | | Interaction structure | | Surface | | ``` --- ### Bottleneck analysis Identify the **bottleneck layer**: the lowest layer with Weak, Assumed, or Not started state. State it clearly: what decisions are missing, and what risk does that create for the layers above? Also flag **assumed layers** — layers treated as decided but not verified. Assumptions that look solid are often where the most dangerous decisions hide. If the designer has a deadline or constraint that changes the calculus, acknowledge it. Sometimes the right move isn't the most foundational one — name that tradeoff explicitly rather than ignoring it. --- ### Recommendation Recommend a specific skill to run next and why: - Conceptual model → `/layers-conceptual-model` - Product strategy → `/layers-product-strategy` - User needs → `/layers-user-needs` - Domain → `/layers-domain` - Interaction structure → `/layers-interaction-flow` - Observed behaviour → `/layers-observed-behaviour` Close with: *"Want to run [skill] now, or is there something in this picture to push back on first?"*
Related in Security
mac-ops
IncludedComprehensive macOS workstation operations — diagnose kernel panics, identify failing drives, audit launchd startup items, decode wake reasons, triage TCC permission denials, manage APFS snapshots, recover from no-boot. Use for: Mac is slow, slow bootup, won't boot, kernel panic, kernel_task hot, mds_stores CPU, photoanalysisd, cloudd, login loop, gray screen, sleep wake failure, drive failing, IO errors, APFS snapshots eating space, Time Machine local snapshots, Spotlight indexing, launchd, LaunchAgent, LaunchDaemon, login items, TCC permissions, Full Disk Access, Screen Recording denied, Gatekeeper, quarantine, com.apple.quarantine, app is damaged, helper tool, /Library/PrivilegedHelperTools, pmset, wake reasons, dark wake, sysdiagnose, panic.ips, DiagnosticReports, configuration profile, MDM profile, remote diagnostics over SSH.
a11y-audit
IncludedRun accessibility audits on web projects combining automated scanning (axe-core, Lighthouse) with WCAG 2.1 AA compliance mapping, manual check guidance, and structured reporting. Output is configurable: markdown report only, markdown plus machine-readable JSON, or markdown plus issue tracker integration. Use this skill whenever the user mentions "accessibility audit", "a11y audit", "WCAG audit", "accessibility check", "compliance scan", or asks to check a web project for accessibility issues. Also trigger when the user wants to verify WCAG conformance or map findings to a specific standard (CAN-ASC-6.2, EN 301 549, ADA/AODA).
erpclaw
IncludedAI-native ERP system with self-extending OS. Full accounting, invoicing, inventory, purchasing, tax, billing, HR, payroll, advanced accounting (ASC 606/842, intercompany, consolidation), and financial reporting. 413 actions across 14 domains, 43 expansion modules. Constitutional guardrails, adversarial audit, schema migration. Double-entry GL, immutable audit trail, US GAAP.
assess
IncludedAssesses and rates quality 0-10 across multiple dimensions (correctness, maintainability, security, performance, testability, simplicity) with pros/cons analysis. Compares against project conventions and prior decisions from memory. Produces structured evaluation reports with actionable improvement suggestions. Use when evaluating code, designs, architectures, or comparing alternative approaches.
spring-boot-security-jwt
IncludedProvides JWT authentication and authorization patterns for Spring Boot 3.5.x covering token generation with JJWT, Bearer/cookie authentication, database/OAuth2 integration, and RBAC/permission-based access control using Spring Security 6.x. Use when implementing authentication or authorization in Spring Boot applications.
code-hardcode-audit
IncludedDetect hardcoded values, magic numbers, and leaked secrets. TRIGGERS - hardcode audit, magic numbers, PLR2004, secret scanning.