npx claudepluginhub jbabin91/super-claude --plugin workflowopenspec//proposalCreates a personalized investment proposal for a prospect by loading the investment-proposal skill. Uses provided prospect name or prompts for details.
/proposalCreates a print-ready multi-page HTML funding proposal with organization branding via guided wizard questions on type, sections, pages, and budget. Accepts optional project-name.
/proposalGenerate a structured sales proposal using the SCRAP framework, then dispatch the proposal-reviewer agent for quality review. Pulls from deal context, company pain points, and relevant case studies.
/proposalGenerate a project proposal for a client. Scoped, priced, and structured. Activates bb-studio-ops + bb-presentation. Usage: /proposal --client={client} --scope={scope}
Guardrails
openspec/AGENTS.md (located inside the openspec/ directory—run ls openspec or openspec update if you don't see it) if you need additional OpenSpec conventions or clarifications.Steps
openspec/project.md, run openspec list and openspec list --specs, and inspect related code or docs (e.g., via rg/ls) to ground the proposal in current behavior; note any gaps that require clarification.change-id and scaffold proposal.md, tasks.md, and design.md (when needed) under openspec/changes/<id>/.design.md when the solution spans multiple systems, introduces new patterns, or demands trade-off discussion before committing to specs.changes/<id>/specs/<capability>/spec.md (one folder per capability) using ## ADDED|MODIFIED|REMOVED Requirements with at least one #### Scenario: per requirement and cross-reference related capabilities when relevant.tasks.md as an ordered list of small, verifiable work items that deliver user-visible progress, include validation (tests, tooling), and highlight dependencies or parallelizable work.openspec validate <id> --strict and resolve every issue before sharing the proposal.Reference
openspec show <id> --json --deltas-only or openspec show <spec> --type spec to inspect details when validation fails.rg -n "Requirement:|Scenario:" openspec/specs before writing new ones.rg <keyword>, ls, or direct file reads so proposals align with current implementation realities.