skills/abd-proposal-respond/SKILL.md
Respond to client proposals (RFP, Q&A, requirements) by converting materials to memory, creating a response strategy, and answering questions iteratively. Depends on abd-context-to-memory for RAG. Use when responding to proposals, creating response plans, answering RFP questions, or iterating on proposal strategy.
npx skillsauth add agilebydesign/agilebydesign-skills abd-proposal-respondInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Respond to client proposals by converting materials to memory, creating a response strategy, and answering questions in small batches. Uses abd-context-to-memory for RAG. Same iterate-on-strategy pattern as abd-shaping. _
Run index_memory.py --path <proposal_source> before answering questions. Use search_memory.py "<query>" when drafting answers.
response/strategy.md*See Appendix X (Name)*, define and accumulate in the Accelerator Table (add/update row: slide file, numbers, URL). When done, run build_appendix_deck.py to assemble the appendix deck.| Operation | When |
|-----------|------|
| create_strategy | "Create strategy," "propose response plan," "analyze and plan" |
| answer_questions | "Answer questions," "answer a few," "next batch" |
| improve_strategy | "Correct," "fix that," "wrong" |
| proceed_slice | "Proceed," "expand," "next slice" |
setup_response.py --proposal <folder> — Create response folder and symlinkbuild_appendix_deck.py --table <Accelerator_Table.md> [--output <path>] — Assemble appendix deck from Accelerator Table (requires appendix_config.json or env)cd skills/abd-proposal-respond
python scripts/build.py
development
Synthesizes a map-model-spec (domain model + story map) from chunked context. Pipeline: context (Stages 1–3) then map-and-model steps per parts/process.md (scaffold, classify, deepen, integrate, evidence, structure, finalize). Use when the user wants to "synthesize map model spec", "build story map from context", or "extract domain and stories from chunks".
development
Agile Skill Build — Create and scale ace-skills. Scaffold new skills and assemble content into AGENTS.md. Use when creating or scaling a skill with the standard ace-skill structure.
development
# ace-foo Ace-skill. Fill content pieces and run build.
development
Drives the synthesis workflow (create_strategy, run_slice, validate) using abd-story-synthesizer. Use when running orchestrated story synthesis, shaping content into interaction tree and state model, or when the user asks to run the synthesis orchestrator.