Michau
Community@michaail · Poznań, Poland
Michau's 10x skill suite orchestrates context-driven product development: PRDs, roadmaps, TDD, E2E testing, stack selection, and agent onboarding for greenfield and brownfield repositories.
Agent Skills by Michau
Showing 25 vetted skills indexed across 1 GitHub repositories.
10x-test-plan
Orchestrates phased test rollouts by writing and resuming a stateful test-plan.md strategy.
10x-health-check
Audit an existing project's dependencies, tests, CI/CD, and configuration for agent-readiness.
10x-shape
Facilitates structured discovery conversations that turn project ideas into shape-notes.md for PRD generation.
10x-implement
Implements phased technical plans from plan.md with progress tracking and per-phase commits.
10x-infra-research
Researches and scores MVP deployment platforms to produce a documented infrastructure decision.
10x-init
Scaffolds the context directory skeleton with changes, archive, and foundation subdirectories plus README files.
10x-agents-md
Generate and update AGENTS.md onboarding documents for AI coding agents in a repository.
10x-roadmap
Decomposes PRDs into milestone-scoped, dependency-ordered roadmap slices in roadmap.md.
10x-bootstrapper
Scaffolds a project from a tech-stack hand-off file using the chosen starter's CLI.
10x-archive
Archive completed change folders into context/archive with git mv and frontmatter stamping.
10x-plan-review
Reviews implementation plans for feasibility, consistency, and architectural fitness before coding begins.
10x-research
Research codebases by spawning parallel sub-agents and synthesizing findings into structured documents.
10x-frame
Challenge problem framing assumptions before planning implementation work.
10x-lesson
Appends recurring engineering rules to a lessons.md register for future reviews.
10x-plan
Creates detailed implementation plans through iterative research and structured questioning.
10x-tech-stack-selector
Recommends a starter and tech stack from a PRD using a curated registry and quality gates.
10x-rule-review
Reviews AI rules files and produces a five-check scorecard with concrete fixes.
10x-prd
Generates schema-conformant PRD documents from shape-notes with greenfield or brownfield routing.
10x-new
Creates a new change folder with a change.md identity file under context/changes.
10x-e2e
Generates and verifies risk-driven Playwright E2E tests against a running application.
10x-stack-assess
Assess an existing project's stack against four agent-friendliness quality gates and write a structured assessment report.
10x-impl-review
Review implementation against plan for drift, safety issues, and pattern compliance.
10x-tdd
Executes approved implementation plans phase by phase using red-green-refactor test-driven development.
10x-cli-guide
Guides daily 10x-cli usage including commands, tool profiles, troubleshooting, and platform-specific configuration.
Frequently Asked Questions About Michau
FAQPage SchemaWhat tasks can I accomplish with Michau's 10x skills?▼
The suite covers the full product lifecycle: shaping ideas into notes, generating PRDs, selecting tech stacks, scaffolding projects, building milestone roadmaps, writing implementation plans, executing them via TDD or Playwright E2E, running health checks, archiving changes, and capturing reusable lessons.
Who are the 10x skills designed for?▼
Developers and technical leads working with AI coding agents on greenfield or brownfield projects. It suits solo builders following the 10xDevs methodology who want structured, context-file-driven development with bilingual (English/Polish) trigger support.
How do the 10x skills work in practice?▼
Skills chain through a context/ directory: /10x-shape feeds /10x-prd, then /10x-roadmap and /10x-plan, then /10x-implement, /10x-tdd, or /10x-e2e. Each skill reads prior artifacts like prd.md or plan.md and writes versioned outputs, resuming from pending phases when re-run.
What prerequisites do the 10x skills require?▼
A project working directory initialized via /10x-init, which scaffolds context/{changes,archive,foundation}/. Brownfield chains expect an existing repository; E2E phases require a running app with the feature already built. The 10x-cli (@przeprogramowani/10x-cli) handles installation and tool profiles.
Do the 10x skills support AI coding agent onboarding?▼
Yes. /10x-agents-md inspects the repo's manifest, scripts, lint/test config, and commit history to generate a concise AGENTS.md contributor guide, while /10x-rule-review scores existing CLAUDE.md, AGENTS.md, or .cursor/rules files with a 5-point scorecard and concrete fixes.