From pds
Guides PDS contributions: whitepaper alignment checklist, cross-reference updates, ADRs, and shipping via /pds:finish. Use before modifying skills, agents, or workflows.
npx claudepluginhub rmzi/portable-dev-system --plugin pdsThis skill uses the workspace's default tool permissions.
Process for modifying PDS itself. PDS is a living system — skills, agents, and the whitepaper co-evolve. Changes to one often require updates to others.
Updates README, .correctless/AGENT_CONTEXT.md, ARCHITECTURE.md, and feature docs after features land. Intensity-aware with Mermaid diagrams at high level and fact-checking subagent at critical. Run before merging.
Guides documentation management in nexus-agents repo: updating docs, adding new files, modifying pipelines, troubleshooting issues.
Share bugs, ideas, or general feedback.
Process for modifying PDS itself. PDS is a living system — skills, agents, and the whitepaper co-evolve. Changes to one often require updates to others.
Read docs/whitepaper.md before changing workflow. The whitepaper is the source of truth for the Agentic SDLC model. Your change must align with it — or update it.
Implement the feature, fix, or improvement.
If your change affects any of these, update docs/whitepaper.md:
Not every PDS change needs a whitepaper update. Skip it for:
When adding a skill or agent, update all reference points:
CLAUDE.md — skills tableREADME.md — skills table/pds:team — if agent changes/pds:swarm — if workflow phase changesdocs/skills.md — skills catalogskills/*/EVAL.md — if modifying a skill with an eval, update scenarios if behavior changeddocs/whitepaper.md — if new terms introducedFor significant design decisions, store ADRs in docs/adr/. Filename: NNNN-brief-description.md. Format: Context, Decision, Consequences. Write when choosing between multiple valid approaches or making hard-to-reverse decisions.
Run /pds:finish to finalize — verifies, bumps version, commits, and pushes:
/pds:finish — Branch completion and shipping/pds:bump — Version bump and changelog (no push)