一键导入
writing-specs
// Generate a complete, executable Research Spec from North Star + user input. Strategy-level skill that orchestrates questioning, outline, and spec writing.
// Generate a complete, executable Research Spec from North Star + user input. Strategy-level skill that orchestrates questioning, outline, and spec writing.
| name | writing-specs |
| description | Generate a complete, executable Research Spec from North Star + user input. Strategy-level skill that orchestrates questioning, outline, and spec writing. |
| execution | sequential |
| used-by | de-anthropocentric-research-engine |
You are generating a Research Spec — a document that is simultaneously human-readable and machine-executable. Another CC session will later read this spec and execute it step by step.
Before invoking this skill, the following MUST exist:
Read skills/research-catalog/SKILL.md in its entirety. Internalize:
Invoke these 3 SOPs sequentially. Each asks 2-3 focused questions:
scope-clarification — research boundaries, depth vs breadthcampaign-selection — which campaigns to include/emphasize/skipconstraint-elicitation — time budget, existing knowledge, hard constraintsSynthesize the North Star, ResearchBrief, and user answers into a 5-10 line outline:
Stage 1: [campaign] ([strategies]) — [topic/focus]
Stage 2: [campaign] ([strategies]) — [topic/focus]
...
Stage N: experiment-execution (experiment-design) — [topic]
Present this outline to the user. Wait for confirmation. User may adjust stages, reorder, add, or remove.
Expand the confirmed outline into a complete Research Spec. Follow this schema exactly:
# Research Spec: <Topic>
> Generated: YYYY-MM-DD
> North Star: <one sentence>
> Scope: <N> stages, estimated <M> sessions
> Source: de-anthropocentric-research-engine
For EACH stage, write ALL of these fields:
Invoke spec-self-review SOP. This is MANDATORY and cannot be skipped.
Present the completed spec to the user for review. Wait for approval or change requests. If changes requested, revise and re-run self-review.
Save the spec to: docs/de-anthropocentric/specs/YYYY-MM-DD-<topic>-spec.md
Inform the user: "Spec complete. To execute, invoke executing-specs with the path to this spec file."
Complete strategy book for the research engine. Contains all campaign descriptions, routing tables, pre-conditions, and orchestration rules. CC reads this before generating any Research Spec.
Structured questioning SOP to determine which campaigns to include, emphasize, or skip. Used during spec generation.
Structured questioning SOP to identify practical constraints that shape the research spec. Used during spec generation.
Structured questioning SOP to determine research boundaries, depth, and breadth. Used during spec generation.
Quality gate for Research Specs. Checks for placeholders, consistency, scope, ambiguity, context protocol, and quantification. Mandatory before user review.
Top-level orchestrator for the yogsoth-ai research ecosystem. Drives the full research lifecycle from direction crystallization through experiment design.