← ClaudeAtlas

update-planlisted

Updates planning documents created using the planning-mode or planning skill after questions.md has been updated by the user. Supports an interactive `ask` mode that prompts the user for any still-unanswered questions in real-time. Use when user asks to update the plan after answering your questions, or when they want to walk through unanswered questions interactively.
kimgoetzke/coding-agent-configs · ★ 3 · AI & Automation · score 79
Install: claude install-skill kimgoetzke/coding-agent-configs
# Update Plan from User Responses Process user responses in `questions.md` and update all related planning documents accordingly. ## Prerequisites - A plan must already exist under `{repo root}/.ai/planning/` created by the `planning` or `planning-mode` skills - For default (non-`ask`) mode: the plan's `questions.md` must contain at least one question with a non-empty `### Response` section - For `ask` mode: the plan's `questions.md` must contain at least one unprocessed question (with or without a response) ## Argument parsing The skill takes a single optional argument: - If the argument is the literal string `ask` (case-insensitive, trimmed) → enable **ask mode** and locate the plan via the Phase 1 strategies below (folder is not specified separately). - If the argument is anything else → treat it as a folder name (existing behaviour). - If the argument is empty → no mode flag and no folder; fall through to the Phase 1 strategies. `ask` is standalone — it cannot be combined with a folder name on the same invocation. If the user needs ask mode against a specific plan in a multi-plan repo, the Phase 1 multi-plan prompt will let them choose. Throughout the rest of this skill, **ask mode** refers specifically to the case where the argument was `ask`. ## Phase 1: Locate the plan Resolve the target plan using the first matching strategy: 1. **Context inference** — check your conversation context for a plan folder path from a prior `planning-mode`/`planning` skill invoc