mando-task

Create a repository-informed Mando task from a Claude Code session.

8|1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/tribedotrun/mando --skill mando-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mando-task
Source: https://github.com/tribedotrun/mando/tree/main/bundled-skills/mando-task
Command: npx skills add https://github.com/tribedotrun/mando --skill mando-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts an ad-hoc idea or discovered bug during a Claude Code session into a tracked, repository-aware Mando task so important work does not get lost or forgotten.

Core Features & Use Cases

  • Repository-aware task creation: Searches the codebase to gather relevant files, patterns, and context before creating the task.
  • Project resolution: Determines the correct Mando project by matching git remotes to output from mando project list.
  • Automated task queuing: Combines the user's brief request with research findings and enqueues a single, well-informed todo via the mando CLI.
  • Use case: While pair-programming in Claude Code you identify a separate refactor needed; run this Skill to capture the work with links to related files and context for the Captain orchestrator.

Quick Start

Create a Mando task describing the issue or feature, letting the skill search the repository, resolve the project, and enqueue a single combined todo.

Frequently Asked Questions about mando-task

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

FAQPage Schema
How do I create a repository-aware todo from a coding session?

To save a task with codebase context, the skill performs repository search, resolves the matching Mando project from git remote output, and runs mando todo add with the combined description and metadata.

How does project resolution work when queuing tasks from a codebase?

The skill resolves the target project by comparing your git remote configuration with the output from mando project list, ensuring the queued todo is associated with the correct repository.

Can I queue a Mando task directly from a Claude Code session?

Yes, you can queue a Mando task directly from a session by identifying a needed fix or feature, which triggers the skill to search the repository and enqueue a single, well-informed todo item.

What is the best way to track an ad-hoc refactor discovered during pair-programming?

The best way to track an ad-hoc refactor is to queue a repository-informed Mando task that captures the work item with links to related files and project metadata for the orchestrator.

Do I need the mando CLI installed to automate todo creation?

Yes, you need the mando CLI installed because the skill relies on executing mando project list and mando todo add commands to resolve the target project and enqueue the task.