note

Capture follow-up tasks as beans and link them to parent items.

4|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/alphaleonis/decaf-claude-config --skill note-alphaleonis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/alphaleonis/decaf-claude-config/tree/main/decaf/skills/note
Command: npx skills add https://github.com/alphaleonis/decaf-claude-config --skill note-alphaleonis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires beans.

What problem does it solve?

This Skill allows you to quickly capture follow-up ideas or tasks without interrupting your current workflow, ensuring nothing gets lost.

Core Features & Use Cases

  • Task Capture: Create new tasks or notes with minimal interaction.
  • Contextual Linking: Optionally link new notes to existing tasks or projects.
  • Use Case: While discussing a feature, you realize a related bug needs fixing. Use /note to quickly log the bug under the current feature without breaking your development flow.

Quick Start

Use the note skill to capture a follow-up task to investigate the login issue.

Frequently Asked Questions about note

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

FAQPage Schema
How do I capture follow-up tasks without interrupting my current workflow?

You can capture follow-up tasks instantly by logging them as beans within your project's task tracking system. This prevents losing ideas by quickly recording new tasks or notes with minimal interaction, ensuring your development flow remains unbroken.

Can I link new notes to existing tasks in a project tracking system?

Yes, you can contextually link new notes to existing tasks or projects. The system supports linking to parent beans and automatically determines the best parent from current in-progress or todo items to maintain task hierarchy.

Do I need the beans CLI tool to manage task creation?

Yes, the beans CLI tool is required for task creation and management. This dependency handles the underlying task tracking operations, allowing you to capture follow-up ideas and automatically link them to parent beans.

What is the best way to log a bug related to a feature I am currently discussing?

The best way to log a related bug is to use a quick task capture command to record it under the current feature. This contextual linking logs the follow-up task to the active parent bean without breaking your development flow.

How does automatic parent bean determination work for todo items?

Automatic parent bean determination works by evaluating current in-progress or todo items within your project. When you capture a new follow-up task, the system identifies and links the note to the most relevant active parent bean automatically.

Are there limitations when creating task tracking beans for follow-up ideas?

Task tracking beans for follow-up ideas are limited by their dependency on the beans CLI tool. Task creation and contextual linking rely entirely on this tool, meaning it cannot operate independently without the underlying command-line infrastructure.