DevMachaj
Community@DevMachaj
DevMachaj provides a 23-skill 10x pipeline covering the full agent-assisted software lifecycle: discovery, PRD, roadmap, planning, TDD, E2E testing, and brownfield audits.
Agent Skills by DevMachaj
Showing 23 vetted skills indexed across 1 GitHub repositories.
10x-test-plan
Orchestrates phased test rollouts by writing and maintaining a stateful test-plan.md.
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 ideas into shape-notes.md for PRD generation.
10x-implement
Implement phased technical plans from plan.md with verification and per-phase commits.
10x-infra-research
Researches and scores MVP deployment platforms against five agent-friendly criteria with anti-bias cross-checks.
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 sequenced roadmap of vertical slices from a PRD document.
10x-bootstrapper
Scaffold a project into the current directory from a tech-stack hand-off with verification logging.
10x-archive
Archives completed change folders into context/archive with git history preservation and roadmap closure.
10x-plan-review
Review implementation plans for feasibility, consistency, and architectural fitness before coding.
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 skill runs.
10x-plan
Create detailed implementation plans through iterative research and structured questioning.
10x-tech-stack-selector
Recommends a starter and tech stack from a PRD via a curated registry.
10x-rule-review
Reviews AI rules files and produces a five-check scorecard with concrete fixes.
10x-prd
Generate schema-conformant PRD files 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
Evaluates an existing project's stack against four agent-friendliness quality gates and writes a structured assessment.
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.
Frequently Asked Questions About DevMachaj
FAQPage SchemaWhat tasks can I accomplish with DevMachaj's 10x skills?▼
The 23 skills cover the full delivery cycle: shape ideas, generate PRDs and roadmaps, select tech stacks, bootstrap projects, research codebases, write and review implementation plans, execute them via TDD or Playwright E2E, run phased test rollouts, and archive completed changes.
Who are the 10x skills designed for?▼
Developers and technical leads working with AI coding agents on greenfield or brownfield projects. The skills suit engineers who want structured, file-based hand-offs (context/foundation and context/changes directories) rather than ad-hoc prompting, including Polish-speaking users via bilingual trigger phrases.
How do the 10x skills run in practice?▼
Each skill is invoked as a slash command (e.g. /10x-prd, /10x-tdd) inside an agent-enabled coding environment. Skills read and write markdown artifacts under a context/ directory scaffolded by /10x-init, and chain in a defined order: shape → prd → roadmap → plan → implement/tdd/e2e → archive.
What are the prerequisites for using the 10x pipeline?▼
You need an agent runtime supporting slash-command skills with file and shell access (Read, Write, Bash, Glob, Grep). E2E phases additionally require the Playwright MCP browser tools, and several skills expect prior artifacts such as shape-notes.md, prd.md, or tech-stack.md produced by earlier pipeline steps.
Do the 10x skills support existing (brownfield) codebases?▼
Yes. Dedicated brownfield skills include /10x-stack-assess for scoring stack agent-friendliness, /10x-health-check for dependency, security, and CI/CD audits, /10x-test-plan for phased test rollouts, and /10x-agents-md plus /10x-rule-review for agent onboarding documentation.