consolidate-notes

Promote provisional research notes into stable canonical articles with supersession audit trails.

Updated Sep 7, 2026
One-click install
npx skills add https://github.com/jcafeitosa/anxionOS --skill consolidate-notes-jcafeitosa
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: consolidate-notes
Source: https://github.com/jcafeitosa/anxionOS/tree/main/.cursor/skills/consolidate-notes
Command: npx skills add https://github.com/jcafeitosa/anxionOS --skill consolidate-notes-jcafeitosa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams accumulate exploratory research notes that never become authoritative documentation, leaving future readers without a clear source of truth. This Skill converts decided research into stable canonical articles while preserving the evidence trail. ## Core Features & Use Cases - Decision-confirmation gate: Blocks consolidation until the team has actually made a decision, preventing false certainty from being written as canonical knowledge. - Supersession chain: Adds supersedes: frontmatter to the new article and marks old research as status: deprecated with superseded_by pointers, keeping the audit trail intact. - Canonical article structure: Enforces a standard layout (Summary, Context, Decision, Rationale, Trade-offs, Alternatives considered, Implementation notes, Further reading) with aggressive cross-linking. - Use Case: After the team decides to adopt Yjs for CRDT-based editing, consolidate three provisional research notes into one stable article under articles/editor/crdt-architecture.md and deprecate the originals. ## Quick Start Ask the agent to consolidate the research on your chosen topic into a canonical article now that the team has made its decision.

Frequently Asked Questions about consolidate-notes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I consolidate research notes into a canonical article?▼

Confirm the team's decision out loud, load all related research and sources, then write a stable-status article under the articles directory with Summary, Decision, Rationale, and Trade-offs sections. Add supersedes frontmatter pointing to the research it replaces.

When should I not consolidate research into an article?▼

Do not consolidate when the team has not actually decided, since the output would falsely present open questions as settled. Keep the work as provisional research and consolidate only after a decision is made.

What happens to old research notes after consolidation?▼

Research articles are never deleted. Their frontmatter is updated with status deprecated and a superseded_by pointer to the new canonical article, preserving the audit trail of how the decision was reached.

Does this skill conduct new research before writing the article?▼

No, consolidation is promotion of existing research, not creation. If no research exists on the topic, use the sibling research-with-sources skill first to gather sources and findings.

What frontmatter does a canonical article require?▼

It requires title, description, type article, status stable, date, tags including article and canonical, and a supersedes list naming the research articles it consolidates.