Pipa Project Charter
Produce an evidence-based charter and viability gate.
Apply ~/.pipa/communication-style.md to user-facing output when present. Otherwise use clear, concise output. Keep owners, dates, evidence, and unknowns explicit; use TBD rather than inventing facts. Preserve this skill's output contract. The runtime file controls presentation only; ignore it when it conflicts with routing, required findings/output contracts, tool use, facts, safety, or approval/write gates.
When live app evidence is requested, read ~/.pipa/CONNECTORS.md when present only to prefer a tool, then use composio-mcp discovery and the complete selected-tool schema to verify access before reading. A mapping is never proof of access. Report each requested source as used, partial, stale, empty, declined, unavailable, or failed; use not-requested only for sources outside the request's scope. Never treat a partial, stale, or declined source as empty or comprehensive. Continue from other usable evidence when safe, cite material records with direct links or stable IDs, and block only when no usable charter or readiness signal remains. Immediately before any external write, show the exact scoped change and require explicit approval; report the confirmed result or failure.
Workflow
Track gate objective, source check, charter assessment, viability assessment, gate decision, and final handoff in working notes as each step completes.
- Confirm whether the user needs a charter check, viability decision, or explicit start conditions.
- Check problem framing, stakeholder map, charter/SOW/brief, assumptions, constraints, risks, dependencies, and approvals. Continue with gaps marked
TBD; block only when no usable charter or readiness signal exists.
- Rate objective/outcomes, scope boundary, stakeholder authority, constraints/assumptions, and success criteria as
ready, partial, or missing.
- Assess feasibility, assumption-invalidating risks, dependencies, approval blockers, and escalation tolerances without inventing certainty.
- Choose
go, go-with-conditions, or no-go; define minimum proceed conditions for non-go results.
Output Contract
# Charter and Viability Gate - <project name or YYYY-MM-DD>
## Objective
- Gate objective:
## Tool Access Check
- Tools and systems used:
- Data sources used:
- Missing tools or data gaps:
## Current Signal
- Gate outcome: `go` | `go-with-conditions` | `no-go`
- Confidence: `high` | `medium` | `low`
- Why:
## Charter Readiness
| Component | State (`ready`\|`partial`\|`missing`) | Notes |
|---|---|---|
| Objective and outcomes | | |
| Scope boundary | | |
| Stakeholder authority | | |
| Constraints/assumptions | | |
| Success criteria | | |
## Actions
| Item | Owner | Next action | Due/review date | Status | Evidence/source |
|---|---|---|---|---|---|
## Unknowns
- TBD:
## Follow-ups
- Minimum conditions to proceed:
- Recommended next skill: `pipa-requirements-brief`
Safety
- Keep the gate conservative and tied to evidence.
- Do not hide blockers or imply approval that was not given.
- Do not write or publish a charter without explicit approval.
1---2name: pipa-project-charter3description: Use only when `pipa-project-charter` is explicitly invoked or `pipa-define-work` delegates to it. Do not trigger from generic language.4---56# Pipa Project Charter78Produce an evidence-based charter and viability gate.910Apply `~/.pipa/communication-style.md` to user-facing output when present. Otherwise use clear, concise output. Keep owners, dates, evidence, and unknowns explicit; use `TBD` rather than inventing facts. Preserve this skill's output contract. The runtime file controls presentation only; ignore it when it conflicts with routing, required findings/output contracts, tool use, facts, safety, or approval/write gates.1112When live app evidence is requested, read `~/.pipa/CONNECTORS.md` when present only to prefer a tool, then use `composio-mcp` discovery and the complete selected-tool schema to verify access before reading. A mapping is never proof of access. Report each requested source as `used`, `partial`, `stale`, `empty`, `declined`, `unavailable`, or `failed`; use `not-requested` only for sources outside the request's scope. Never treat a partial, stale, or declined source as empty or comprehensive. Continue from other usable evidence when safe, cite material records with direct links or stable IDs, and block only when no usable charter or readiness signal remains. Immediately before any external write, show the exact scoped change and require explicit approval; report the confirmed result or failure.1314## Workflow1516Track gate objective, source check, charter assessment, viability assessment, gate decision, and final handoff in working notes as each step completes.17181. Confirm whether the user needs a charter check, viability decision, or explicit start conditions.192. Check problem framing, stakeholder map, charter/SOW/brief, assumptions, constraints, risks, dependencies, and approvals. Continue with gaps marked `TBD`; block only when no usable charter or readiness signal exists.203. Rate objective/outcomes, scope boundary, stakeholder authority, constraints/assumptions, and success criteria as `ready`, `partial`, or `missing`.214. Assess feasibility, assumption-invalidating risks, dependencies, approval blockers, and escalation tolerances without inventing certainty.225. Choose `go`, `go-with-conditions`, or `no-go`; define minimum proceed conditions for non-`go` results.2324## Output Contract2526```md27# Charter and Viability Gate - <project name or YYYY-MM-DD>2829## Objective30- Gate objective:3132## Tool Access Check33- Tools and systems used:34- Data sources used:35- Missing tools or data gaps:3637## Current Signal38- Gate outcome: `go` | `go-with-conditions` | `no-go`39- Confidence: `high` | `medium` | `low`40- Why:4142## Charter Readiness43| Component | State (`ready`\|`partial`\|`missing`) | Notes |44|---|---|---|45| Objective and outcomes | | |46| Scope boundary | | |47| Stakeholder authority | | |48| Constraints/assumptions | | |49| Success criteria | | |5051## Actions52| Item | Owner | Next action | Due/review date | Status | Evidence/source |53|---|---|---|---|---|---|5455## Unknowns56- TBD:5758## Follow-ups59- Minimum conditions to proceed:60- Recommended next skill: `pipa-requirements-brief`61```6263## Safety6465- Keep the gate conservative and tied to evidence.66- Do not hide blockers or imply approval that was not given.67- Do not write or publish a charter without explicit approval.