Phenotype org internal tooling: usage-poll, agent-forecast, temporal-grounding
# Clone, build, test
git clone https://github.com/KooshaPari/phenotype-tooling.git
cd phenotype-toolingnpm install<!-- See src/lib/ for the public API -->See SPEC.md for the full specification and llms.txt for machine-readable metadata.
Copy this entire directory into a new repository root (or use hexakit genesis init when available).
HexaKit role: project scaffolding and templates only — not domain SDK libraries. See charter.md boundary class genesis.
Master spec: docs/genesis/STANDARD.md
| File / dir | Role |
|---|---|
| charter.md | Scope + governance hub — links all artifacts |
| review.md | Kilo Code Stand (kilo-code-stand@1) |
| intent.md | Why + prompt index |
| SOTA.md | Executive optimality summary |
| docs/intent/ | Prompt provenance + synthesis + assumptions |
| docs/sota/ | Dimensional research (technical, DX, UX, AX, …) |
| okf/manifest.okf.yaml | Open Knowledge Format machine index |
| okf/wiki/ | LLM wiki chunk index |
charter.md references:
-
Replace
{{PLACEHOLDER}}values in charter, intent, SOTA, and dimension files -
Run prompt scraper:
python scripts/extract-intent-prompts.py \ --out-dir docs/intent/prompts \ --repo <RepoName> \ --sources cursor,forge,claude,codex
-
Fill docs/intent/synthesis.md and docs/intent/assumptions.md
-
Customize review.md Warn/Info tiers — keep
standard_id: kilo-code-stand@1 -
Update okf/manifest.okf.yaml summaries and
provenance.last_scrape
| Spec | Topic |
|---|---|
| STANDARD.md | Master standard |
| OKF.md | Open Knowledge Format |
| CHARTER_SPEC.md | Charter requirements |
| REVIEW_SPEC.md | Kilo Code Stand |
| INTENT_SPEC.md | Intent + prompts |
| SOTA_SPEC.md | SOTA dimensions |
When tracked in AgilePlus, set project.agileplus_spec in OKF manifest and cite FR IDs in charter in-scope bullets (e.g. FR-GENESIS-001).