with one click
docs-baseline-loading
// Load and enforce mandatory project documentation baseline before implementation work.
// Load and enforce mandatory project documentation baseline before implementation work.
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.
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 tickets" / "commit my changes".
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.
Run standardized post-implementation documentation maintenance and quality checks.
Use when implementation is complete to close branch/worktree with a disciplined decision flow (merge, PR, keep, discard) plus cleanup.
Manages Git worktrees for isolated parallel development. Use when creating separate working directories for branches without switching the main repo.
| name | docs-baseline-loading |
| description | Load and enforce mandatory project documentation baseline before implementation work. |
Use this skill before implementation commands to guarantee the project docs baseline is present, readable, and aligned.
/pwf-work, /pwf-work-plan, /pwf-work-light, or /pwf-work-tdd.docs/infrastructure.mddocs/architecture.mddocs/integrations.mddocs/environments.mddocs/glossary.mdRead these before coding.
docs/solutions/patterns/critical-patterns.md (if exists)docs/modules/<module>.md when backend module scope is toucheddocs/features/<feature>.md when frontend feature scope is toucheddocs/lambdas/<repo>.md when Lambda scope is toucheddocs/runbooks/README.md when operational/deploy behavior is touchedCreate missing files immediately before implementation.
docs/infrastructure.md:
Infrastructure OverviewEnvironmentsCore Services and DependenciesDeployment and OperationsKnown Constraints and Risksdocs/architecture.md:
System OverviewTechnology StackModule and Service BoundariesData and Request FlowsArchitecture Invariantsdocs/integrations.md:
Integration CatalogAuthentication and AccessContracts and Data FlowsFailure Modes and RetriesOwnershipdocs/environments.md:
Environment MatrixConfiguration and Secrets BoundariesDeployment DifferencesOperational Accessdocs/glossary.md:
Domain TermsTechnical Terms and AcronymsNaming Conventions