take-notes

Maintain repository notes with a structured roadmap and execution queue.

59|24|Updated Oct 3, 2024
One-click install
npx skills add https://github.com/acornprover/acornlib --skill take-notes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: take-notes
Source: https://github.com/acornprover/acornlib/tree/main/.agents/skills/take-notes
Command: npx skills add https://github.com/acornprover/acornlib --skill take-notes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps the repository's notes up to date by maintaining a structured roadmap and an execution queue.

Core Features & Use Cases

  • Note-taking mode: update or reorganize the notes tree.
  • Execution mode: when the user asks to "work off the notes", use the notes tree to choose the next implementation task and then do the code work.
  • Workflow: notes live under notes/. The top-level file is notes/todo.md, and topics map to subfolders with their own todo.md to guide concrete work.

Quick Start

Ask me to update planning notes and drive the next implementation task from the notes roadmap.

Frequently Asked Questions about take-notes

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

FAQPage Schema
How do I maintain project notes and a structured roadmap in my repository?

To maintain project notes and a structured roadmap, this Skill organizes a notes directory with a top-level todo.md file and topic subfolders, keeping planning documentation updated and actionable.

Can I use my planning notes to directly choose and execute the next implementation task?

Yes, you can execute implementation tasks directly from planning notes. When you ask to work off the notes, execution mode selects the next task from the roadmap and performs the code work.

What is the best way to organize a todo file structure for development planning?

Organizing development planning requires mapping topics to subfolders, each with its own todo.md file to guide concrete work. This structure branches from a top-level notes/todo.md file.

How do I update planning notes and reorganize the documentation tree?

Updating planning notes and reorganizing the documentation tree happens in note-taking mode. This mode activates via frontmatter to manage the notes directory structure and revise topic to-do files.

Do I need any dependencies or specific frameworks to manage repository notes?

No dependencies or specific frameworks are required to manage repository notes. The Skill operates independently to maintain the roadmap and execution queue using standard markdown files.

When should I not use a notes-driven execution queue for project management?

A notes-driven execution queue is not suited for projects lacking a structured roadmap or when implementation tasks require immediate ad-hoc coding without prior planning documentation.