workspace-hub-mission-contract-first-packet
Plan the first repo-mission canonicalization packet for the workspace ecosystem by reusing the existing control-plane issue, locking Wave-1 scope, and making review criteria deterministic.
Best use case
workspace-hub-mission-contract-first-packet is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Plan the first repo-mission canonicalization packet for the workspace ecosystem by reusing the existing control-plane issue, locking Wave-1 scope, and making review criteria deterministic.
Teams using workspace-hub-mission-contract-first-packet should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/workspace-hub-mission-contract-first-packet/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How workspace-hub-mission-contract-first-packet Compares
| Feature / Agent | workspace-hub-mission-contract-first-packet | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Plan the first repo-mission canonicalization packet for the workspace ecosystem by reusing the existing control-plane issue, locking Wave-1 scope, and making review criteria deterministic.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Workspace-Hub Mission Contract — First Packet Pattern Use this when the user wants to revise repo missions across the workspace ecosystem and approve them one by one. ## When to use - User asks for repo mission analysis across multiple repos - User wants a repo-by-repo approval sequence - You need a first approval packet before touching downstream repo missions - The work touches llm-wiki architecture but must not prematurely decide embedded vs spinout boundaries ## Core pattern 1. Start with `workspace-hub`, not downstream repos. 2. Before creating a new GitHub issue, search for an existing open parent issue covering the control-plane / ecosystem contract. 3. If `#1525` (`Define canonical repo control-plane contract across workspace ecosystem`) is still open, reuse it instead of creating a duplicate mission issue. 4. Draft the local plan under `docs/plans/` and add the row to `docs/plans/README.md`. 5. Run adversarial review before surfacing for approval. 6. Expect the first draft to fail if verification is subjective; tighten it into deterministic checks. ## Recommended Wave-1 scope Lock the first packet to: - `workspace-hub` = control plane - `digitalmodel` = engineering computation core - `assetutilities` = shared utility substrate - `aceengineer-website` = GTM / externalization layer Explicitly defer `worldenergydata` to Wave 2 unless the plan intentionally expands scope. ## Critical review hardening learned in practice Cross-provider reviewers objected to these weak patterns: - subjective tests like “docs use consistent terminology” - llm-wiki neutrality stated only as intent - mixed in-scope / deferred downstream repo language - unverified supporting report references Fix them before trying to get approval: ### 1. Make verification deterministic Add a concrete validation artifact, e.g.: - `scripts/validation/check_workspace_hub_mission_contract.py` That validator should check required / forbidden phrases across the reconciled mission docs. ### 2. Use a literal llm-wiki neutrality guardrail Require the exact phrase: - `repo-boundary architecture remains under evaluation per #2398` Also forbid wording that declares llm-wiki permanently embedded or spun out. ### 3. Verify every cited local input artifact If the plan cites a supporting report like: - `docs/reports/2026-04-21-repo-mission-revision-sequence.md` include it in the embedded evidence block as EXISTS. ### 4. Keep artifact map unambiguous If one report contains multiple sections (mission contract, downstream role map, glossary, llm-wiki guardrails), list it as one artifact with named sections, not multiple artifacts pointing to the same file. ## First-packet files usually in scope - `README.md` - `docs/README.md` - `docs/BUSINESS_BRAIN.md` - `docs/WORKSPACE_HUB_REPOSITORY_OVERVIEW.md` - new canonical report such as `docs/reports/workspace-hub-mission-contract.md` - validator such as `scripts/validation/check_workspace_hub_mission_contract.py` ## Recommended acceptance criteria shape Include all of these explicitly: - canonical mission contract file exists - deterministic validation script exists - reconciled docs pass the validator - `workspace-hub` control-plane role is explicit - `digitalmodel`, `assetutilities`, and `aceengineer-website` roles are explicit - `worldenergydata` is explicitly deferred if not in scope - literal `#2398` neutrality phrase is present - non-goals are explicit - `docs/plans/README.md` row exists - review artifacts exist ## Operational note If the first review wave returns mixed results like Codex/Codex MAJOR and Gemini APPROVE, do not surface the plan as approval-ready. Patch the plan immediately, update the `## Adversarial Review Summary`, and rerun cross-review.
Related Skills
llm-wiki-page-shape-contract
Enforce the page-shape contract when a repo-side document or analysis output gets converted into an llm-wiki page. Use when (1) running `scripts/knowledge/llm_wiki.py ingest`, (2) writing or rewriting a wiki page from docs/reports/*, docs/handoffs/*, scripts/review/results/*, or calc citation outputs, (3) deciding whether a page should be split into a folder of sub-pages, (4) reviewing wiki PRs for length / diagram / divide-and-conquer compliance. Codifies the Karpathy + Astro-Han + lewislulu page rules applied to workspace-hub's domain-wiki layout under /mnt/local-analysis/llm-wiki/wikis/<domain>/. Sibling to research/llm-wiki (which owns the CLI ops) — this skill is the quality gate every converted page must clear before commit.
workspace-knowledge-doc-contracts
Class-level workspace knowledge, LLM-wiki, repo mission contracts, stale doc references, semantic taxonomy, and knowledge-source reconnaissance.
workspace-hub-overnight-plan-monitor
Monitor and reconcile workspace-hub overnight planning or implementation batches, including process status, result artifacts, issue/commit verification, and controlled failed-lane recovery.
repo-mission-portfolio-audit
Audit the workspace-hub repo portfolio to extract each repo's mission, identify documentation gaps, and prioritize a plan/approval sequence with explicit LLM-wiki weighting for future issue triage.
multi-role-agent-contract-review-pipeline
Execute a 4-role agent team (Planner/Architect/Reviewer/Integrator) pipeline for self-reviewing knowledge artifacts before delivery
workspace-hub-sync-root-churn-catchup
Catch up workspace-hub root changes that continue to appear during repo sync because live review/agent processes keep writing files after commits
workspace-hub-sync-concurrent-writer-blocks
Handle repository_sync cleanup when workspace-hub root is being mutated by concurrent Codex/Codex/Gemini sessions.
planning-lane-cross-review-permission-fallback
Handle overnight planning-only lanes where plan revision/editing works but real cross-provider review dispatch is permission-blocked.
documentation-contract-plan-hardening
Harden a documentation/contract plan before adversarial review by mapping every issue-scope requirement to independent acceptance criteria and tests, especially for routing/indexing contracts.
closure-first-overnight-batch
Run a high-leverage overnight batch by clearing stale-open approved issues first, converting shared blockers into tracked issues, and reserving only one lane for true implementation.
canonical-doc-contract-plan-hardening
Harden a documentation or mission-contract plan so adversarial reviewers cannot reject it for vague validator contracts, wrong artifact authority, or semantic drift gaps.
workspace-hub-batch-issue-execution
Deprecated alias for gh-work-execution.