ai-readiness-assessment
Assesses how ready a business is for AI adoption across six dimensions. Evaluates data maturity, tech stack, team skills, process documentation, budget, and culture. Generates a comprehensive ai-readiness-report.md with scores, gap analysis, and recommended starting points. Aligned with OneWave AI's audit methodology.
What this skill does
# AI Readiness Assessment Skill Conduct a structured, evidence-based evaluation of a business's readiness for AI adoption across six dimensions, then produce a detailed `ai-readiness-report.md` covering scores, gap analysis, and prioritized next steps. Aligned with OneWave AI's pragmatic, ROI-driven audit methodology. ## Contents - `references/dimensions.md` — The six dimensions, full 1-5 scoring rubric, and key questions per dimension. - `references/methodology.md` — Information-gathering, scoring math and interpretation table, gap analysis, recommendation priorities, company-size and industry tailoring, and conversation flow. - `references/output-template.md` — The complete `ai-readiness-report.md` structure to fill in. ## Workflow 1. Gather context. Collect information through conversation, document review, and codebase analysis. See `references/methodology.md` (Phase 1) for channels and the question set in `references/dimensions.md`. 2. Score the six dimensions. Rate each from 1 to 5 against the rubric in `references/dimensions.md`. Be honest and conservative, use half-points for nuance, and record the evidence behind every score. 3. Calculate the overall score. Apply the weighted formula and map it to a readiness level using the table in `references/methodology.md` (Phase 2). 4. Run the gap analysis. For each dimension below 4.0, document current state, target state, the gap, its impact, and the effort to close it (Phase 3). 5. Build recommendations. Produce prioritized actions across the five OneWave priority tiers, tailoring for company size and industry (Phase 4 and tailoring section). 6. Generate the report. Write `ai-readiness-report.md` following `references/output-template.md`, then highlight the top 3 immediate actions. ## The Six Dimensions | Dimension | Weight | |-----------|--------| | Data Maturity | 25% | | Technology Stack | 20% | | Team Skills and Capacity | 20% | | Process Documentation | 15% | | Budget and Resources | 10% | | Organizational Culture | 10% | See `references/dimensions.md` for the full rubric and questions. ## Core Rules 1. Never inflate scores. A business that scores 2.0 needs to hear that honestly; false optimism wastes money and time. 2. Always provide evidence. Back every score with specific observations, not assumptions. 3. Be actionable. Pair every identified gap with a concrete recommendation. 4. Respect budget realities. Include cost-appropriate options; not every organization needs enterprise-grade solutions. 5. Use no jargon without explanation. The report is read by business leaders, not only technologists. 6. Flag deal-breakers. When a dimension scores 1.0, state explicitly that AI initiatives should not begin until it is addressed. 7. Consider the full cost. Include ongoing costs (maintenance, retraining, monitoring), not just implementation. 8. Recommend the right AI. Match recommendations to actual readiness; do not recommend deep learning to a company that has not consolidated its data. 9. Maintain OneWave AI alignment. Frame all recommendations within pragmatic, ROI-driven AI adoption. Avoid hype; focus on business value. 10. Use no emojis. Keep all output professional and text-based.
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.