一键导入
memory-document
Write docs like code — Minto pyramid, MECE sections, BFO ontology, Mermaid diagrams, ground truth sources. Applies to any .md file.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Write docs like code — Minto pyramid, MECE sections, BFO ontology, Mermaid diagrams, ground truth sources. Applies to any .md file.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Create and update robust Daycare tasks (task_create/task_update + task_trigger_add) and permanent agents (create_permanent_agent) with minimal Python orchestration, explicit parameter schemas, reproducible exec/process usage, and performance-first skip() behavior. Use when users ask for cron/webhook automation, recurring checks, scheduled reports, permanent agents, or resilient background task workflows.
Create reusable Daycare voice agents with the hidden-by-default `voice_agent_create` tool. Use when users want a new voice persona, a realtime call prompt, client-side voice tools, or a saved voice agent that appears in the app Voice screen.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Daycare's capabilities with specialized knowledge, workflows, or tool integrations.
Understand what Daycare tasks are, how cron and webhook triggers work, and when to use each. Use when users ask about tasks, scheduling, triggers, or want to inspect existing tasks.
Friendship mechanics for daycare agents. Use when the user wants to add friends, manage friend requests, send messages to friends, share or unshare subusers with friends, or understand what nametags are.
Work with user-scoped PostgreSQL databases (PGlite). Use when the user asks to store structured data, create tables, query rows, track records, build a database, or manage any tabular/relational information. Covers database creation, additive schema design, CRUD operations, and SQL queries.
基于 SOC 职业分类
| name | memory-document |
| description | Write docs like code — Minto pyramid, MECE sections, BFO ontology, Mermaid diagrams, ground truth sources. Applies to any .md file. |
| version | 2.0.0 |
Write docs like code. Fractal structure where each level is complete. No redundancy — reference, don't repeat. Every claim has a source.
graph TD
Thesis[Thesis: 1 sentence] --> Overview[Overview: 1 paragraph]
Overview --> Diagrams[Mermaid: TD + LR]
Diagrams --> Sections[MECE Sections 1.0–7.0]
Sections --> Details[¶1, ¶2, ¶3 per section]
Sources[Ground Truth] --> Sections
Sources --> Details
Six rules. Use internal names here for clarity — don't leak them into the actual doc output.
¶1 Minto — top-down. Thesis → overview → sections → details. Reader gets the point before the evidence.
¶2 MECE — sections don't overlap, but cover everything. 3–7 top-level sections. If you can't draw a clean boundary between two sections, merge them.
¶3 BFO — separate what exists (continuants) from what happens (occurrents). TD diagrams for structure, LR diagrams for process. This isn't decoration — it forces you to find the real shape of your content.
¶4 Fractal — each subsection mirrors the whole. Own thesis sentence, own diagram if needed, own numbered paragraphs. Expand only if it earns the depth.
¶5 DRY — each fact once. Cross-reference with §X.Y, don't restate.
¶6 Ground truth — every claim traces to a source. URL, file path, query, session ID, person. No source = no claim. See §4.0.
¶1 Thesis — one sentence. Specific outcome with who/what/when. Must preview the MECE sections that follow.
¶2 Overview — one paragraph expanding the thesis. Introduces each major section like a function docstring listing its parameters.
¶3 Mermaid diagrams — go right after the overview, before §1.0. Structure (TD) before process (LR). See §3.0.
¶4 Sections — numbered 1.0, 2.0, 3.0. Subsections 1.1, 1.2. State ordering logic upfront (importance / chronology / dependency). Continuant sections get noun titles, occurrent sections get verb titles.
¶5 Paragraphs — numbered ¶1, ¶2, ¶3 within each section. Order: general → specific, or problem → solution, or setup → action → result.
¶6 Coherence — if thesis says "planning, execution, monitoring", the doc must have all three. No surprise sections, no missing ones.
¶7 Big docs — over ~10 pages, split into linked files with proper relative paths.
Every doc gets at least one diagram. Complex docs need both TD and LR.
¶1 Headers required — every diagram gets a bold header before the code block. Format: **[Specific Description] ([Type] - [Direction]):**. "Skill Package Structure (Continuant - TD)" not "System Structure".
¶2 Continuant (TD/TB) — what exists. Nodes are nouns (Database, API, User). Edges are "contains", "depends on", "is part of". Use for architecture, data models, component trees.
¶3 Occurrent (LR) — what happens. Nodes are verbs or states (Extract, Validate, Deploy). Edges are temporal — "then", "triggers", "flows to". Use for pipelines, workflows, request flows.
¶4 Participation (optional) — how continuants participate in occurrents. User triggers Pipeline which updates Database. TD or LR depending on emphasis.
¶5 Sizing — 5–12 nodes per diagram. More than that, split. Short labels (1–3 words). Label edges only when the relationship isn't obvious.
¶6 Placement — primary diagrams after overview, before §1.0. Section-level diagrams inline where needed. One diagram per abstraction level — deeper sections get smaller, focused diagrams.
¶7 Structure first — when showing both, continuant (TD) before occurrent (LR).
Every piece of information traces to its source. No exceptions.
¶1 External — **Source:** [Title](URL) (accessed YYYY-MM-DD)
¶2 Code — **Source:** path/to/file.py:123-145 (function calculate_metrics)
¶3 Session — **Generated by:** Claude Code session abc123 by Name (YYYY-MM-DD)
¶4 LLM reasoning — **LLM Analysis:** Based on ¶1 + ¶3 — flag synthesis explicitly, don't present it as source data.
¶5 Query — **Query:** SELECT ... (YYYY-MM-DD) with result and date. Data changes; timestamp matters.
¶6 Human — **Expert input:** Name (Role), discussed YYYY-MM-DD
¶7 Meeting — **Source:** Gong call gong_123456 with Client (YYYY-MM-DD) with key takeaway.
¶1 Doc-level — primary source right after the thesis in the overview.
¶2 Section-level — at top of section if the whole section comes from one source.
¶3 Inline — next to specific claims: "churn is 12% (Source: SELECT AVG(churn_rate)... 2025-11-10)".
¶4 Mixed — multiple sources in one paragraph, attribute each piece separately.
Paste at doc end. Tick before shipping.
Structure:
Content:
Ground Truth: