Files
2025-11-29 18:30:39 +08:00

36 lines
1.5 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: plan-pursuit
description: Builds an enterprise pursuit plan with milestones, workstreams, and governance cadence.
usage: /enterprise-sales:plan-pursuit --deal "GlobalCo ERP" --deadline 2026-02-15 --type rfp --tier strategic
---
# Command: plan-pursuit
## Inputs
- **deal** opportunity name/ID.
- **deadline** final decision or submission date.
- **type** rfp | inbound | proactive | renewal.
- **tier** strategic | growth | scale.
- **workstreams** optional list (value, security, legal, exec) to emphasize.
## Workflow
1. **Context Gathering** ingest CRM summary, stakeholders, competitors, and requirements.
2. **Milestone Mapping** outline key events (RFP due, validation, exec alignment, pricing, legal close).
3. **Workstream Assignment** define owners, SMEs, and internal sponsors for each milestone.
4. **Governance Setup** schedule cadences (daily standup, exec sync, risk review) and decision logs.
5. **Risk & Dependency Tracking** capture blockers, approvals, and mitigation plans.
## Outputs
- Pursuit plan (timeline, milestones, workstreams, owners).
- Governance calendar + communication plan.
- Risk/action tracker seeded with initial items.
## Agent/Skill Invocations
- `pursuit-director` orchestrates plan + governance.
- `value-architect` aligns value workstream deliverables.
- `procurement-strategist` maps legal/security dependencies.
- `pursuit-governance` skill templates for cadence + decision logs.
- `risk-register` skill standardized risk/action tracker.
---