rara-docs-journal

Enforce consistent structure and validation evidence in RARA implementation journal entries.

15|1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/linkerdog/rara --skill rara-docs-journal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rara-docs-journal
Source: https://github.com/linkerdog/rara/tree/main/.agents/skills/rara-docs-journal
Command: npx skills add https://github.com/linkerdog/rara --skill rara-docs-journal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents RARA implementation journals from turning into messy, outdated notes by enforcing consistent structure, alignment with todo items, and concrete validation.

Core Features & Use Cases

  • Journal-to-repo structure: Keeps journal entries correctly placed under docs/journal with filenames in the YYYY-MM-DD-topic format.
  • Decision integrity: Ensures journal choices stay consistent with docs/features and docs/todo.md so scope, priority, and done/open status never drift.
  • Validation that proves: Requires explicit, reproducible commands/checks so each entry documents what was actually validated.

Quick Start

Ask the AI to help you write or update docs/journal/YYYY-MM-DD-topic.md for the specific PR, including the exact changes, rationale, explicit validation commands, and any remaining follow-ups that are still not reflected in docs/todo.md.

Frequently Asked Questions about rara-docs-journal

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

FAQPage Schema
How do I write an implementation journal entry that stays aligned with project docs?

To write an implementation journal entry, create a file under docs/journal using the YYYY-MM-DD-topic format. Ensure the entry records exact changes, rationale, explicit validation commands, and follow-ups aligned with docs/todo.md to maintain project alignment.

What should go into implementation tracking journals versus docs/features?

Implementation tracking journals should contain dated rollout notes and validation evidence for specific changes. Broader scope, priority, and feature descriptions belong in docs/features, while remaining action items must be tracked in docs/todo.md.

How do I ensure my project documentation includes reproducible validation evidence?

To ensure reproducible validation evidence, include explicit, concrete validation commands in your journal entries. This documentation governance practice proves what was actually tested during the implementation rollout.

Why does my implementation journal need to align with docs/todo.md?

Your implementation journal needs alignment with docs/todo.md to prevent scope and status drift. Keeping journal choices consistent with todo items ensures that done and open statuses accurately reflect post-change truth across project documentation.

Can I use dated rollout notes to track implementation progress without creating messy documentation?

Yes, using dated rollout notes under docs/journal with enforced filename conventions and narrow follow-up scope keeps implementation tracking consistent and concise. This structure prevents journals from turning into messy, outdated notes.

What is the best way to structure RARA implementation journals for consistency?

The best way to structure RARA implementation journals is enforcing dated YYYY-MM-DD-topic filenames, post-change truth, concrete validation commands, and journal/todo alignment. This keeps rollout notes concise, consistent, and trustworthy.