Krzysztof Musiał avatar

Krzysztof Musiał

Community

@BMS-kmusial

0Followers
|
1Public Repos
|
31Published Skills

Krzysztof Musiał publishes a 10x skill suite for Claude Code covering PRD-to-implementation pipelines, TDD, E2E testing, CI review, and AWS CodeArtifact packaging.

Skills Distribution
DomainDeveloper To...Spec-Driven Develo.. (35%)Test Strategy & Qu.. (25%)Code Review & Repo.. (20%)CI/CD & Package Pu.. (12%)

Agent Skills by Krzysztof Musiał

Showing 31 vetted skills indexed across 1 GitHub repositories.

BMS-kmusialBMS-kmusial

10x-test-plan

Orchestrates phased test rollouts by writing a stateful test-plan.md and driving research, plan, and implement phases.

Community
Advanced
BMS-kmusialBMS-kmusial

10x-health-check

Audits existing codebases for dependency security, test infrastructure, CI/CD coverage, and agent-readiness.

Community
Advanced
BMS-kmusialBMS-kmusial

10x-shape

Facilitates structured discovery conversations that turn product ideas into shape-notes.md for PRD generation.

Community
Advanced
BMS-kmusialBMS-kmusial

10x-implement

Implements phased technical plans from plan.md with progress tracking and per-phase commits.

Community
Advanced
BMS-kmusialBMS-kmusial

10x-infra-research

Researches and scores MVP deployment platforms against five agent-friendly criteria with anti-bias cross-checks.

Community
Advanced
BMS-kmusialBMS-kmusial

setup-cicd

Generate a GitHub Actions pipeline that validates and publishes packages to AWS CodeArtifact via OIDC.

Community
Intermediate
BMS-kmusialBMS-kmusial

10x-init

Scaffolds the context directory skeleton with changes, archive, and foundation subdirectories plus README files.

Community
Basic
BMS-kmusialBMS-kmusial

10x-agents-md

Generates and updates AGENTS.md onboarding documents for AI coding agents in a repository.

Community
Advanced
BMS-kmusialBMS-kmusial

10x-roadmap

Generates a dependency-ordered roadmap of vertical slices from a PRD.

Community
Advanced
BMS-kmusialBMS-kmusial

10x-goal-implement

Implements technical plans autonomously with per-phase quality gates and Conventional Commits.

Community
Advanced
BMS-kmusialBMS-kmusial

10x-bootstrapper

Scaffolds a starter project into the current directory from a tech-stack hand-off file.

Community
Advanced
BMS-kmusialBMS-kmusial

10x-archive

Archives completed change folders into context/archive with git history preservation and roadmap closure.

Community
Advanced
BMS-kmusialBMS-kmusial

tf-registry

Generate Terraform configuration for an AWS CodeArtifact private npm registry.

Community
Intermediate
BMS-kmusialBMS-kmusial

10x-plan-review

Reviews implementation plans for feasibility, consistency, and architectural fitness before coding begins.

Community
Advanced
BMS-kmusialBMS-kmusial

10x-research

Researches codebases using parallel sub-agents and generates structured research documents.

Community
Advanced
BMS-kmusialBMS-kmusial

10x-mom-test

Validate product ideas using Mom Test principles with interview guides and decision criteria.

Community
Intermediate
BMS-kmusialBMS-kmusial

10x-frame

Challenges problem framing assumptions before implementation planning begins.

Community
Advanced
BMS-kmusialBMS-kmusial

10x-lesson

Appends recurring rules and patterns to a lessons.md register for future reviews.

Community
Intermediate
BMS-kmusialBMS-kmusial

10x-plan

Create detailed implementation plans through iterative research and structured questioning.

Community
Advanced
BMS-kmusialBMS-kmusial

10x-tech-stack-selector

Recommends a starter template and tech stack from a PRD via a curated registry.

Community
Advanced
BMS-kmusialBMS-kmusial

pack-init

Creates an npm package skeleton bundling AI skills, rules, and installer logic for CodeArtifact publishing.

Community
Intermediate
BMS-kmusialBMS-kmusial

10x-rule-review

Reviews AI rules files and produces a five-check scorecard with concrete fixes.

Community
Intermediate
BMS-kmusialBMS-kmusial

10x-prd

Generates schema-conformant PRD documents from shape-notes with greenfield or brownfield routing.

Community
Advanced
BMS-kmusialBMS-kmusial

10x-impl-review-ci

Reviews pull requests against implementation plans in GitHub Actions CI.

Community
Advanced

Frequently Asked Questions About Krzysztof Musiał

FAQPage Schema
What 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.