One-click install
npx skills add https://github.com/citum/citum-core --skill beans-citum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: beans
Source: https://github.com/citum/citum-core/tree/main/.claude/skills/beans
Command: npx skills add https://github.com/citum/citum-core --skill beans-citum

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Beans helps you create, update, and close tasks and issues in a consistent lifecycle so you always know what to do next and what state each work item is in.

Core Features & Use Cases

  • Task and issue management with guardrails: Uses the beans CLI with an enforced lifecycle (draft, todo, in-progress, completed, scrapped) and consistent metadata updates.
  • Find what to start next: Recommends the best next bean using dependency-aware ranking (priority, leverage, type, and age) via the project wrapper.
  • Reliable completion hygiene: Ensures checklists are kept current, completed only when fully checked, and hygiene is run before pushing changes.
  • Production-ready teamwork workflow: Enforces commit discipline so bean files and code changes land together, preventing stale or missing task state.

Quick Start

Ask: create a bug-fix task for the Citum project and tell me what to work on next using the Beans workflow.

Frequently Asked Questions about beans

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

FAQPage Schema
How do I track project issues and keep task state consistent with code changes?

Track project issues by enforcing commit discipline so task files and code changes land together. This prevents stale or missing task state and keeps work items actionable throughout their lifecycle.

What is the best way to prioritize work and find what task to start next?

Prioritize work using dependency-aware ranking that evaluates priority, leverage, type, and age. This recommends the best next task to start, ensuring you always know what to do next with confidence.

How do I manage task lifecycles without creating stale or conflicting issues?

Manage task lifecycles using an enforced workflow of draft, todo, in-progress, completed, and scrapped states. Applying consistent metadata updates and hygiene checks prevents stale-bean collisions and keeps items organized.

Can I use dependency graphs to check task tracking prerequisites before starting work?

Yes, you can check dependencies using list and show queries before starting work. Dependency-aware ranking evaluates prerequisite tasks, ensuring you only begin work on unblocked, actionable items.

How do I close completed tasks and scrap unwanted issues with proper hygiene?

Close completed tasks by ensuring checklists are fully checked and running hygiene checks before pushing changes. Scrap unwanted issues with explicit reasons to maintain project organization and prevent stale state.

Does this issue management workflow enforce checklists before completing a task?

Yes, the issue management workflow enforces checklist hygiene by keeping items current and allowing completion only when fully checked. This reliable completion hygiene runs before any code changes are pushed.