Skip to content

acn-pursuit-toolkit — Skills

Two slash commands invoked as /acn-pursuit-toolkit:<name>. The skills compose: rfp-synthesize produces the synthesis that win-theme-builder consumes.

Ingest a multi-document RFP package and produce a scoring-aligned internal synthesis.

  • Trigger: user has an RFP folder and needs to understand it before shaping a response
  • Inputs: directory of RFP source documents (main RFP, response workbook, draft contract, appendices)
  • Workflow — three phases:
    • Parallel exploration with up to 3 Explore subagents, each scoped to a coherent doc subset (solicitation + instructions; workbook + contract; appendices)
    • Structured synthesis with required sections: client context, scope, requirements counts, timeline, evaluation weights, contract watch-outs, ongoing compliance, seasonality, 6 pre-qual questions
    • Optional pursuit-memory save for long-running pursuits
  • Output: structured markdown at ./working/rfp-synthesis.md (default) plus a chat summary covering pursuit name, key weights, top 3 watch-outs, submission date, and 6 pre-qualification questions
  • Allowed tools: Read, Glob, Grep, Bash, Agent

Source: plugins/acn-pursuit-toolkit/skills/rfp-synthesize/SKILL.md

Generate 4–6 win themes mapped to RFP evaluation weights and proof assets.

  • Trigger: starting response shaping after RFP synthesis is complete, or auditing an existing draft for theme alignment
  • Inputs: synthesis markdown (synthesis mode) or response draft (review mode via --review)
  • Synthesis-mode workflow: read synthesis → draft 6–10 candidates → prune to 4–6 (rank by weight × proof × differentiation × resonance) → populate the win-theme table template → self-audit (every theme maps to ≥1 criterion; every >20% criterion has ≥1 theme; every theme has ≥1 proof asset; no theme overlap)
  • Review-mode workflow: parse response → build section-by-theme matrix → flag drift (sections without theme reference) → recommend section-level edits without rewriting content
  • Output: win-theme table at user-specified path, plus chat summary
  • Allowed tools: Read, Write, Grep

Source: plugins/acn-pursuit-toolkit/skills/win-theme-builder/SKILL.md

rfp-synthesizewin-theme-builderrfp-response-strategist agent. The synthesis feeds the theme builder; both feed the strategist agent for response-architecture design.