Install
openclaw skills install agentic-discovery-skillCreate CompleteTech LLC discovery and scoping artifacts for agentic development opportunities, including intake questionnaires, workflow discovery scripts, stakeholder interview guides, current/future-state workflow maps, systems/data readiness checklists, approval gate reviews, risk/excluded-use checks, success criteria, evaluation examples, pilot readiness scorecards, and proposal/SOW handoff briefs. Use before proposal, contract, invoice, or delivery work when Codex needs to gather verified facts for bounded agentic workflow services.
openclaw skills install agentic-discovery-skillCreate discovery and scoping artifacts that turn an agentic development opportunity into verified facts for proposal/SOW, contract, invoice, and delivery work.
This skill owns pre-sale fact-finding and scoping. Hand off to agentic-proposal-skill for buyer-facing scope and SOW documents, agentic-security-review-skill for formal security or launch risk review, agentic-delivery-skill after approval, and agentic-customer-success-skill for ongoing relationship management. Do not use discovery artifacts as final proposals, contracts, invoices, launch signoffs, or public proof.
references/use-case-decision-table.md to choose the right artifact.references/discovery-positioning.md for CompleteTech LLC framing and guardrails.references/discovery-catalog.md for near-exhaustive artifact templates.quick-qualification-checklist.client-intake-questionnaire.workflow-discovery-script.stakeholder-interview-guide.current-state-workflow-map.future-state-agentic-workflow-map.systems-and-data-access-checklist.tool-api-readiness-checklist.human-approval-gate-checklist.risk-and-excluded-use-checklist.success-criteria-worksheet.evaluation-example-worksheet.pilot-readiness-scorecard.discovery-recap-memo.requirements-brief-for-proposal-sow-handoff.assumptions-and-unknowns-log.stakeholder-responsibility-matrix.implementation-dependency-checklist.data-sensitivity-and-retention-worksheet.workflow-prioritization-matrix.logging-and-monitoring-needs-worksheet.support-and-handoff-discovery-worksheet.pilot-to-production-readiness-checklist.When several artifacts fit, choose the earliest artifact that resolves the biggest unknown. Do not draft proposal/SOW scope until the workflow, owners, approval points, success criteria, dependencies, and exclusions are clear enough to avoid vague scope.
agentic-proposal-skill.TBD or open questions for unknowns.references/discovery-positioning.md: load for CompleteTech LLC discovery language and boundaries.references/use-case-decision-table.md: load when choosing an artifact.references/discovery-lifecycle.md: load for flow from lead qualification through proposal handoff.references/discovery-catalog.md: load for the near-exhaustive artifact library.references/template-index.json: machine-readable template metadata used by the renderer.scripts/render_discovery.py: list discovery artifacts or render a draft with placeholders.python3 scripts/render_discovery.py --list
python3 scripts/render_discovery.py --stage readiness --list
python3 scripts/render_discovery.py --template client-intake-questionnaire --var client_name=Acme --var workflow="support triage"
Rendered artifacts are drafts. Replace placeholders with verified client facts and refine questions for the meeting context.
Artifacts from this skill are delivered as branded CompleteTech LLC PDF documents, not raw Markdown. The renderer emits the PDF (and prints the Markdown) in one command, using the same reportlab branding engine as the contract skill:
pip install -r requirements.txt
python3 scripts/render_discovery.py --template requirements-brief-for-proposal-sow-handoff \
--out artifact.pdf --png artifact.png \
--title "Requirements Brief — Proposal / SOW Handoff" --doc-type "DISCOVERY HANDOFF" \
--subtitle "Prepared for <b>Northwind Trading Co.</b>" --meta "DOCUMENT NO.=DISC-2026-0117" --meta "DATE=2026-05-15" \
--var client_name="Client Name" --var workflow="support triage"
--no-pdf emits Markdown only (the original behavior); --no-cover drops the cover page.python3 scripts/render_pdf.py --markdown artifact.md --out artifact.pdf --logo assets/logo.png --title "...".#/##/### headings, paragraphs, - bullets, tables, > callouts, **bold**, and [PAGE_BREAK]. PDF requires reportlab; the optional --png preview requires pypdfium2 and pillow. See assets/examples/ for a rendered example.This skill is local-only. It does not include outbound network helpers, callbacks, or any helper that posts discovery run metadata to an external service.