techtalkai
01techtalk/ai-readiness-assessment
Plugin Claude Code
TechTalk AI marketplace — self-contained tooling for AI readiness, literacy, and habitat thinking, anchored in The Sovereign Engineer.
techtalk/ai-readiness-assessment
Plugin Claude Code
TechTalk AI marketplace — self-contained tooling for AI readiness, literacy, and habitat thinking, anchored in The Sovereign Engineer.
techtalk/ai-readiness-assessment
Plugin Claude Code
Self-contained AI readiness assessment for any repo — scan for evidence, ask clarifying questions, place the team across all fourteen dimensions of the Agentic Experience 5-Level Habitat Maturity Model (the spine) and the six-level Sovereign Engineer cognitive ladder, compute the Habitat/Workflow Gap, and produce a…
techtalk/ai-readiness-assessment
Cursor rule Cursor
Project constraints synced from HARNESS.md.
techtalk/ai-readiness-assessment
Cursor rule Cursor
Project conventions synced from HARNESS.md.
techtalk/ai-readiness-assessment
Instructions file GitHub Copilot
Instructions for techtalk/ai-readiness-assessment, covering project conventions, stack, conventions, constraints and consistent formatting.
techtalk/ai-readiness-assessment
Instructions file CodexOpenCode
Instructions for techtalk/ai-readiness-assessment, covering agents.md, gotchas, workflows, changing the instrument and cutting a release.
techtalk/ai-readiness-assessment
Command
Run a self-contained AI readiness assessment for this project. Scan the repo for evidence, ask clarifying questions, produce a timestamped assessment document, and surface gap-anchored next steps — a reading path through The Sovereign Engineer and, where the team wants help, a route into TechTalk.
techtalk/ai-readiness-assessment
Command
Roll up existing AI readiness assessments across several repositories into one portfolio report. Reads the assessment-summary block from reports that already exist — no re-assessment, no behavioural questions — and produces a coverage ledger, a dimension matrix, the gap spread, and a split ceiling.
techtalk/ai-readiness-assessment
Skill Claude CodeCodex
Run a self-contained AI literacy / AI readiness assessment for the current repository. Use when the user asks to "assess AI readiness", "run an AI readiness assessment", "check our AI literacy level", "where are we on the AI collaboration framework", "evaluate how we work with AI", "score our AI maturity", "check our…
techtalk/ai-readiness-assessment
Skill Claude CodeCodex
Roll up existing AI readiness assessments across several repositories into one portfolio report. Use when the user asks to "roll up our assessments", "assess across repos", "portfolio view", "how do our repos compare", "multi-repo readiness", "compare our teams' habitats", or any request to summarise AI readiness…
techtalk/ai-readiness-assessment
Cursor rule Cursor
Coding style.
techtalk/ai-readiness-assessment
Skill Claude CodeCodex
Review a diff for style drift in the wordcount codebase. Checks for pathlib vs os.path, bare except clauses, missing type hints on public functions, and print in library code. Use during PR review or after generating code that touches src/wordcount/.
techtalk/ai-readiness-assessment
Command
Take a spec under specs/ and produce an implementation plan, then pause for human-approved adversarial review before writing code. Used as the entry point for spec-first work in this repo.
techtalk/ai-readiness-assessment
Plugin Claude Code
The wordcount team's habitat packaged as a plugin: CLAUDE.md skeleton, HARNESS.md constraint set, the spec-implement orchestrator command, the wordcount-style skill, and the standard CI workflow. Adopt with /wordcount-habitat-init.
techtalk/ai-readiness-assessment
Command
Adopt the wordcount-habitat plugin in a sibling repo. Generates a CLAUDE.md skeleton, a HARNESS.md constraint set, the spec-implement command, the wordcount-style skill, and a CI workflow that matches the wordcount reference repo's setup.