feat(v2): /edpa:capacity command + capacity-override docs (RUNBOOK + web CZ/EN)#50
Merged
Conversation
…web) Adds a first-class /edpa:capacity slash command (thin wrapper over capacity_override.py: --list / --add / --remove) so per-iteration per-person capacity overrides are discoverable without digging into the script. Registered in plugin/.claude-plugin/plugin.json. Docs: new "3b. /edpa:capacity" section in docs/RUNBOOK.md; a per-iteration capacity note in the web playbook + methodology pages (CZ + EN). Closes the discoverability/doc gap found in the 2026-05-31 E2E run (capacity override previously reachable only via close-iteration Stage 1 or the raw script). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes the capacity-override discoverability/doc gap found in the 2026-05-31 E2E run. Previously, per-iteration per-person capacity overrides (PTO, overtime, ramp) were reachable only via
/edpa:close-iterationStage 1 or by runningcapacity_override.pydirectly — there was no dedicated command and no how-to in RUNBOOK or on the web.Command
/edpa:capacitycommand (plugin/commands/capacity.md) — a thin wrapper overcapacity_override.py(--list/--add/--remove), modeled on the existingboard/close-iterationcommands. Registered inplugin/.claude-plugin/plugin.json.Docs
docs/RUNBOOK.md— new section "3b./edpa:capacity— per-iteration capacity overrides" with exact commands, thecapacity/capacity_baseline/capacity_overrideJSON fields, and the closed-iteration caveat.playbook.astro(postupy) and a planning step inmethodology.astro(metodika), in bothweb/src/pages/andweb/src/pages/en/.Background (verified in this run)
people.yamlcapacity_per_iteration(fallbackcapacity); the engine's_resolve_capacityapplies an iteration-YAMLpeople:override and emitscapacity/capacity_baseline/capacity_overrideintoedpa_results.json(demonstrated: alice 40→20 PTO, dave 24→32 overtime; invariants hold).Notes
vercel build/deploy(release step).plugin/README.md's command tree is pre-existing-stale (lists removed v1 sync skills) — left for a separate cleanup.🤖 Generated with Claude Code