jules-cli

Extract TODO items from docs/tasks.md and delegate them to Jules via Japanese requests.

7|4|Updated Nov 1, 2025
One-click install
npx skills add https://github.com/windschord/claude_skils --skill jules-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jules-cli
Source: https://github.com/windschord/claude_skils/tree/main/jules-cli
Command: npx skills add https://github.com/windschord/claude_skils --skill jules-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the delegation and management of tasks described in docs/tasks.md by producing Jules requests in Japanese, sending them to Jules, tracking progress, and updating tasks.md when tasks are completed. This reduces cognitive load and saves time by turning manual task-tracking into an automated workflow.

Core Features & Use Cases

  • Automated Task Delegation: Reads TODO tasks from docs/tasks.md and presents them for Jules execution.
  • Japanese-formatted Requests: All instructions are crafted in Japanese to align with user language.
  • Progress Tracking: Monitors Jules’ progress and updates tasks.md with statuses and results.
  • Parallel Dispatch: Supports requesting non-dependent tasks in parallel to improve throughput.
  • Context-rich Instructions: Includes task title, description, acceptance criteria, and technical context to ensure successful delivery.

Quick Start

Use the jules CLI to delegate a task described in docs/tasks.md:

  1. Activate the skill and display the TODO task list from docs/tasks.md.
  2. Select one or more tasks to run in Jules.
  3. Review the generated Jules request text and approve it.
  4. Execute the Jules command to send the task.
  5. Record the Jules Task ID and monitor progress with jules status and jules show.
  6. When the task completes, update the corresponding entry in tasks.md to reflect IN_PROGRESS or REVIEW/DONE as appropriate.

Frequently Asked Questions about jules-cli

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

FAQPage Schema
How do I automate task delegation from a tasks.md file?

Task automation reads TODO entries from docs/tasks.md, generates Japanese-formatted requests with full context, dispatches them to Jules CLI, and tracks progress—eliminating manual task tracking and reducing coordination overhead.

Can I run multiple tasks in parallel through Jules?

Yes, parallel dispatch supports selecting and executing non-dependent tasks simultaneously, improving throughput and reducing total completion time for independent work items.

What information should I include in tasks.md for Jules requests?

Include task title, description, acceptance criteria, technical context, and time estimates; the Skill extracts these to craft complete Japanese requests that ensure Jules has sufficient detail for successful execution.

How does the Skill track task progress after sending requests to Jules?

Progress tracking monitors Jules task status using CLI commands, captures task IDs, and automatically updates tasks.md entries with completion status and results when tasks finish.

Do I need Japanese language skills to use this Skill?

No; the Skill generates all Jules request text in Japanese automatically. You write tasks in English in tasks.md and review the generated Japanese request before execution.