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
Add a provider-neutral Aether skill and versioned output contract that turns a reviewed project brain-dump / Mindgarden knowledge set into a coherent project-incubation bootstrap pack before implementation begins.
This is a composition layer between free-form idea capture and repository execution. It should help a person move from “I have a durable idea and a lot of connected thoughts” to a reviewable, portable project foundation without forcing every immature idea into code or GitHub issues.
Why this is distinct
Existing work already owns adjacent concerns:
aether#78 — free-form brain-dump triage and deduplicated GitHub backlog promotion;
mindgarden#39 — architecture skeleton for specs, schemas, templates, skills, and garden outputs;
mindgarden#13 / #14 — reviewable gardenization and routing;
egohygiene/egohygiene#428 — later extraction of a proven reusable repository template.
The missing layer is a cohesive project-level bootstrap artifact that composes those capabilities and preserves the relationships among vision, architecture, data contracts, runtime components, governance questions, and execution backlog.
The bootstrap pack is a planning artifact, not permission to create repositories, publish private ideas, sign agreements, or implement code automatically.
Spec → schema → component development profile
Capture an explicit reusable development model for projects where these layers are useful:
specs define intent, behavior, constraints, and acceptance criteria;
schemas define durable data shapes, contracts, and interoperability boundaries;
components/subsystems define runtime composition and implementation ownership;
systems/orchestrators coordinate components without becoming monolithic god objects;
implementation remains replaceable beneath the accepted contracts.
The skill should identify where one of these layers is unnecessary rather than generating decorative files by default.
Bootstrap-pack contract
Define a versioned machine-readable manifest plus human-readable projections containing at least:
stable project/bootstrap ID and revision;
source Mindgarden / archive references and provenance;
project name or working name, when actually established;
purpose and intended experience/outcome;
explicit in-scope and non-goal statements;
canonical concepts and glossary;
known constraints and assumptions;
architecture/system boundaries;
proposed spec inventory and dependency graph;
proposed schema/data-contract inventory;
proposed component/subsystem inventory;
external platform/runtime dependencies;
experiments needed to retire uncertainty;
decisions already made versus ADR candidates;
unresolved questions;
project/repository ownership suggestion with evidence;
private/public and licensing-state placeholders;
collaborator/governance questions that require explicit human decisions;
deduplicated GitHub issue candidates or references to existing issues;
publication/article/visual candidates that are not implementation tasks;
readiness classification and next recommended bounded action.
Project-governance boundary
The skill may surface questions such as:
who currently owns the project/IP;
whether the repository is private or public;
whether software, creative content, assets, and documentation need different licenses;
how contributor credit and contribution expectations should be documented;
whether revenue share, equity, royalties, or assignment agreements may eventually require professional review.
It must not invent legal terms, percentages, ownership transfers, contributor agreements, or tax/entity conclusions. Those remain explicit human decisions and, when consequential, professional-review inputs.
Capture-first behavior
The workflow must preserve exploratory work without prematurely hardening it:
distinguish ideas from decisions;
distinguish metaphors/design language from implementation contracts;
retain competing alternatives when unresolved;
allow a long-horizon/background project to remain valid without assigning artificial deadlines;
support “build because I want to use/play/experience it” as a legitimate project purpose;
keep private creative material private by default.
Distilled from a 2026-09-17 dogfood session in which a long-lived creative software/game idea was explored conversationally, then progressively grounded into architecture, specs, schemas, components, repository scaffolding, collaboration questions, and an issue-backed long-horizon development model. The reusable insight is the incubation workflow, not the private project content.
Outcome
Add a provider-neutral Aether skill and versioned output contract that turns a reviewed project brain-dump / Mindgarden knowledge set into a coherent project-incubation bootstrap pack before implementation begins.
This is a composition layer between free-form idea capture and repository execution. It should help a person move from “I have a durable idea and a lot of connected thoughts” to a reviewable, portable project foundation without forcing every immature idea into code or GitHub issues.
Why this is distinct
Existing work already owns adjacent concerns:
aether#78— free-form brain-dump triage and deduplicated GitHub backlog promotion;mindgarden#39— architecture skeleton for specs, schemas, templates, skills, and garden outputs;mindgarden#13/#14— reviewable gardenization and routing;aether#5— foundational architecture-document skills;sanctuary#10— reusable repository-foundation ownership boundaries;egohygiene/egohygiene#428— later extraction of a proven reusable repository template.The missing layer is a cohesive project-level bootstrap artifact that composes those capabilities and preserves the relationships among vision, architecture, data contracts, runtime components, governance questions, and execution backlog.
Intended workflow
The bootstrap pack is a planning artifact, not permission to create repositories, publish private ideas, sign agreements, or implement code automatically.
Spec → schema → component development profile
Capture an explicit reusable development model for projects where these layers are useful:
The skill should identify where one of these layers is unnecessary rather than generating decorative files by default.
Bootstrap-pack contract
Define a versioned machine-readable manifest plus human-readable projections containing at least:
Project-governance boundary
The skill may surface questions such as:
It must not invent legal terms, percentages, ownership transfers, contributor agreements, or tax/entity conclusions. Those remain explicit human decisions and, when consequential, professional-review inputs.
Capture-first behavior
The workflow must preserve exploratory work without prematurely hardening it:
Output projections
Provide at least:
PROJECT-BOOTSTRAP.md— portable human/agent handoff;aether#78;Exact filenames should follow accepted Aether conventions and avoid introducing a conflicting canonical architecture-document hierarchy.
Idempotency and evolution
Privacy and authority
Dogfood fixture
Create a synthetic creative-software/game project fixture that begins as a nonlinear brainstorm and contains:
The fixture must use fictional/synthetic names and contain no private user transcript.
Acceptance criteria
aether#78duplicate search and explicit-write rules.Non-goals
Related
egohygiene/mindgarden#39egohygiene/mindgarden#13egohygiene/mindgarden#14egohygiene/sanctuary#10egohygiene/egohygiene#428Origin
Distilled from a 2026-09-17 dogfood session in which a long-lived creative software/game idea was explored conversationally, then progressively grounded into architecture, specs, schemas, components, repository scaffolding, collaboration questions, and an issue-backed long-horizon development model. The reusable insight is the incubation workflow, not the private project content.