You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turn one deployment strategist into a disciplined multi-agent Palantir delivery team.
pstack is an operator-grade repository of AI skills for Palantir deployments. It is built for deployment strategists who need an execution contract, not a loose collection of prompts: phase gates, artifact handoffs, governance boundaries, examples, evals, and a gated learning loop all live in one repo.
What This Is
pstack turns one deployment strategist into a conductor for discovery, ontology, data, application, QA, security, deployment, retrospective work, and repo improvement. The repo is organized around a strict artifact chain so downstream skills consume stable documents rather than improvising off chat history.
Who This Is For
Deployment strategists running AIP bootcamps or compressed phase-zero engagements
Foundry builders who need a disciplined artifact chain across ontology, pipeline, app, and QA work
Operators managing multiple parallel AI sessions and wanting explicit phase gates
Who This Is Not For
Teams looking for a generic prompt pack without phase discipline
Pure software projects with no Foundry, ontology, or Apollo deployment surface
Production changes without a human deployment strategist owning approvals
First Hour
Clone the repo and run ./install.sh.
Start with /bootcamp and produce BOOTCAMP-SCOPE.md.
Run /ontology-vision and /pipeline-plan in parallel once the use case is locked.
Promote only the headliner use case into /ontology-architect.
Do not start build skills until the architecture artifacts are reviewed.
First Week
Day 1: Lock the customer problem, use-case ranking, stakeholder map, and data inventory.
Day 2: Finalize ontology and pipeline architecture with explicit gating assumptions.
Day 3-4: Run build skills in parallel behind the artifact chain.
Day 4-5: Run review, security, and QA before any Apollo cutover discussion.
End of week: Produce deployment plan, training materials, and retrospective so the next phase starts from evidence instead of memory.
Quick Start
git clone https://github.com/myceldigital/pstack.git
cd pstack
./install.sh
# Start with structured discovery
/bootcamp
/ontology-vision
/pipeline-plan
/ontology-architect
Skills
The skill inventory below is generated from conductor.json.
Discover
Skill
Purpose
Reads
Produces
/bootcamp
Structured discovery for new engagements; produces the bootcamp scope and use-case priority.
Customer brief / engagement context
BOOTCAMP-SCOPE.md
Vision
Skill
Purpose
Reads
Produces
/ontology-vision
Expands the bootcamp scope into the full target digital twin and phased ontology vision.
BOOTCAMP-SCOPE.md
ONTOLOGY-VISION.md
Architecture
Skill
Purpose
Reads
Produces
/ontology-architect
Locks object types, links, actions, functions, interfaces, and ontology test plans.
evals/ — benchmark cases, artifact rubrics, and reference scorecards
Repo Structure
PROGRAM.md: operator manual and execution contract
conductor.json: source of truth for phases, skills, artifacts, governance, and examples
memory/: self-improvement substrate for episodes, semantic memory, and proposal drafts
docs/skills.md: generated detailed skill and artifact registry
templates/: artifact templates for every conductor artifact
examples/: end-to-end synthetic engagements
evals/: benchmark cases, rubrics, and reference scorecards
Design Principles
See ETHOS.md for the operating philosophy. PROGRAM.md is the execution layer that turns those principles into actual gating, concurrency, and approval rules.
Requirements
Claude Code (or equivalent environment that can consume the installed skills)
Familiarity with Palantir Foundry, AIP, and deployment workflows
A deployment strategist willing to own customer-facing decisions and approval gates
License
MIT
About
AI agent skill stack for Palantir deployments, from bootcamp scoping through ontology, pipelines, apps, QA, and Apollo rollout.