Command
Execute a plan phase from docs/plans/. Reads existing docs first, executes tasks directly from the plan, builds, then updates documentation. No intermediate planning. No tests.
Command
Execute a plan phase from docs/plans/. Reads existing docs first, executes tasks directly from the plan, builds, then updates documentation. No intermediate planning. No tests.
Command
Execute implementation using optional TDD flow (red-green-refactor). Use only when user explicitly requests tests-first behavior.
Command
Execute free-form work. Reads existing docs, researches context, derives concrete tasks, implements, builds, and updates documentation. For plan-driven work use /pwf-work-plan.
Cursor rule
Use fully-qualified psters agent namespace in prompts.
Cursor rule
Enforce technology prefixes for tech-specific commands.
Cursor rule
Always use Context7 MCP for library documentation before implementing or debugging.
Cursor rule
Prevent unsolicited markdown file creation.
Cursor rule
Central operational guardrails with project-level override support.
Cursor rule
TypeORM migration generation rules - always use CLI, never create manually.
Skill Claude CodeCodex
Frontend conventions for Angular projects: standalone components, features, error capture, styles. Use when implementing or reviewing code in Angular frontends.
Skill Claude CodeCodex
Per-repo commit worker. Analyzes ALL changed files independently, groups them by ticket, and makes MULTIPLE focused commits — one per logical group. Spawned in parallel by /pwf-commit-changes (one instance per repo). Never create branches or push.
Skill Claude CodeCodex
Commit uncommitted changes across all workspace repos and tag commits with ticket numbers. Each repo gets its own subagent that analyzes files individually, groups them by ticket, and makes multiple focused commits. Use when the user pastes issue text (with TICKET-XXX) and wants to commit, or says "commit with these…
Skill Claude CodeCodex
Deploy AWS Lambdas using the guaranteed deploy scripts only. Never deploy via IAC (CDK). Requires AWS SSO login first. Use when deploying any AWS Lambda repo.
Skill Claude CodeCodex
Load and enforce mandatory project documentation baseline before implementation work.
Skill Claude CodeCodex
Run standardized post-implementation documentation maintenance and quality checks.
Skill Claude CodeCodex
Use when implementation is complete to close branch/worktree with a disciplined decision flow (merge, PR, keep, discard) plus cleanup.
Skill Claude CodeCodex
Manages Git worktrees for isolated parallel development. Use when creating separate working directories for branches without switching the main repo.
Skill Claude CodeCodex
Backend conventions for NestJS projects: modules, controllers, services, DTOs, migrations, structure. Use when implementing or reviewing code in NestJS backends.
Skill Claude CodeCodex
Use for explicit multi-subagent orchestration when tasks are independent and parallelization improves quality or speed while preserving deterministic merge.
Skill Claude CodeCodex
Use when processing review feedback to prioritize critical findings and resolve comments safely before commit.
Skill Claude CodeCodex
Use when requesting a focused review with standardized findings format (critical, important, informational) before commit or PR.
Skill Claude CodeCodex
Use for bugs, failing tests, and unexpected behavior; enforce a 4-phase root-cause-first debugging process before implementing fixes.
Skill Claude CodeCodex
Optional TDD workflow; use only when user explicitly requests TDD/tests (red-green-refactor with minimal scope).
Skill Claude CodeCodex
Meta-skill for selecting and invoking the right workflow skill before acting; use when starting or switching task type to avoid bypassing required discipline.