Krzysztof Musiał
Community@BMS-kmusial
Krzysztof Musiał publishes a 10x skill suite for Claude Code covering PRD-to-implementation pipelines, TDD, E2E testing, CI review, and AWS CodeArtifact packaging.
Agent Skills by Krzysztof Musiał
Showing 31 vetted skills indexed across 1 GitHub repositories.
10x-test-plan
Orchestrates phased test rollouts by writing a stateful test-plan.md and driving research, plan, and implement phases.
10x-health-check
Audits existing codebases for dependency security, test infrastructure, CI/CD coverage, and agent-readiness.
10x-shape
Facilitates structured discovery conversations that turn product 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 against five agent-friendly criteria with anti-bias cross-checks.
setup-cicd
Generate a GitHub Actions pipeline that validates and publishes packages to AWS CodeArtifact via OIDC.
10x-init
Scaffolds the context directory skeleton with changes, archive, and foundation subdirectories plus README files.
10x-agents-md
Generates and updates AGENTS.md onboarding documents for AI coding agents in a repository.
10x-roadmap
Generates a dependency-ordered roadmap of vertical slices from a PRD.
10x-goal-implement
Implements technical plans autonomously with per-phase quality gates and Conventional Commits.
10x-bootstrapper
Scaffolds a starter project into the current directory from a tech-stack hand-off file.
10x-archive
Archives completed change folders into context/archive with git history preservation and roadmap closure.
tf-registry
Generate Terraform configuration for an AWS CodeArtifact private npm registry.
10x-plan-review
Reviews implementation plans for feasibility, consistency, and architectural fitness before coding begins.
10x-research
Researches codebases using parallel sub-agents and generates structured research documents.
10x-mom-test
Validate product ideas using Mom Test principles with interview guides and decision criteria.
10x-frame
Challenges problem framing assumptions before implementation planning begins.
10x-lesson
Appends recurring rules and patterns to a lessons.md register for future reviews.
10x-plan
Create detailed implementation plans through iterative research and structured questioning.
10x-tech-stack-selector
Recommends a starter template and tech stack from a PRD via a curated registry.
pack-init
Creates an npm package skeleton bundling AI skills, rules, and installer logic for CodeArtifact publishing.
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-impl-review-ci
Reviews pull requests against implementation plans in GitHub Actions CI.
Frequently Asked Questions About Krzysztof Musiał
FAQPage SchemaWhat tasks can I automate using BMS-kmusial's skills?▼
You can run a full spec-driven delivery chain: shape ideas, write PRDs, build roadmaps, research codebases, create and review plans, implement them interactively or autonomously under /goal, drive phases test-first with TDD, run Playwright E2E phases, and archive completed changes.
Who are these 10x skills designed for?▼
Developers and technical leads using Claude Code who want structured, artifact-based development. Brownfield users get stack assessment, health checks, and test-rollout planning; greenfield users get tech-stack selection, bootstrapping, and MVP infrastructure research.
How do the skills run in practice?▼
Each skill is invoked as a slash command (e.g. /10x-prd, /10x-plan) inside Claude Code. They read and write durable artifacts under context/foundation and context/changes, re-derive state from existing files, and hand off to the next command in the chain.
What prerequisites do the skills require?▼
A Claude Code environment with file, shell, and task permissions; several skills chain together, so /10x-prd requires shape-notes, /10x-bootstrapper requires tech-stack.md, and /10x-tdd assumes test infrastructure already exists. E2E phases need the Playwright MCP server.
Do the skills support CI and package publishing?▼
Yes. 10x-impl-review-ci reviews PRs non-interactively in GitHub Actions and commits findings to the branch, while setup-cicd, pack-init, and tf-registry scaffold an npm toolkit package, an OIDC publish pipeline, and Terraform for an AWS CodeArtifact registry.