Workspace
New Sister Rollout Checklist
Use this page when a new sister is being prepared for public release. It follows the same frame and layout as existing docs. No new UI pane is required.
Use this page when a new sister is being prepared for public release. It follows the same frame and layout as existing docs. No new UI pane is required.
1. Define the sister contract
- Set the sister scope in one line: what problem it solves.
- Confirm artifact format and naming conventions.
- Confirm MCP surface and tool names.
- Confirm standalone behavior if other sisters are missing.
2. Match installer quality (required)
- Benchmark against existing installers from AgenticMemory, AgenticVision, and AgenticCodebase.
- Keep output short, deterministic, and user-readable.
- Show one clear progress bar from
0%to100%. - Print explicit post-install instructions:
- restart MCP client
- verify tool discovery
- optional feedback channel
3. Publish docs/public pages
- Create public pages under the sister repo
docs/public/. - Add
docs/public/sister.manifest.json. - Include only pages intended for public navigation.
- Keep commands in command-focused pages only.
4. Wire to web docs automatically
- Ensure the sister repo name follows the
agentic-*pattern. - Ensure the manifest includes:
keynamepage_ids- optional
slug_by_id
- Optional operator controls live in
docs/config/sister-overrides.json. - Do not add extra tabs or panes for new sisters.
5. Runtime and detection checks
- Verify local/desktop/server install profiles.
- Verify MCP detection after client restart.
- Verify per-project isolation (no graph or memory cross-talk).
- Verify auth is required only for server profile.
6. Release gate
- Guardrails green in sister repo.
- Docs sync guardrails green in web repo.
- Public docs lint and sync checks green.
- Install + runtime smoke tests pass on macOS/Linux/Windows.
7. Coming soon
The following are planned, not yet mandatory:
- Auto-generated starter doc set for new sisters.
- Automatic screenshot evidence bundle for release notes.
- One-command sister scaffold with prewired manifest and guardrails.