quadrants

Organize tasks and projects using the Eisenhower Matrix via natural language.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill helps users organize and track tasks using the Eisenhower Matrix, turning scattered todo items into prioritized plans with quick project overviews.

Core Features & Use Cases

  • Create, view, and complete tasks within projects using natural language mapped to quadrants (Do First, Schedule, Delegate, Eliminate).
  • List projects, fetch tasks for a project, and generate a concise project overview with quadrant distribution.
  • Bulk-create tasks from JSON input and update or delete tasks as needed.

Quick Start

Run the quadrants CLI to list projects and inspect tasks for a chosen project.

Frequently Asked Questions about quadrants

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

FAQPage Schema
How do I organize tasks using the Eisenhower Matrix via natural language?

You can organize tasks using the Eisenhower Matrix by inputting natural language commands that map items to the Do First, Schedule, Delegate, and Eliminate quadrants. The skill processes these inputs to categorize and track prioritized plans across multiple projects.

Can I bulk-create project tasks from JSON input?

Yes, you can bulk-create project tasks from JSON input. The skill uses curl and jq to encode JSON and make API calls, allowing you to add multiple tasks simultaneously and map them directly to specific Eisenhower Matrix quadrants.

What's the best way to get a project overview with quadrant distribution?

The best way to get a project overview with quadrant distribution is to fetch tasks for a chosen project. The skill generates a concise overview showing how your tasks are categorized across the Do First, Schedule, Delegate, and Eliminate quadrants.

Do I need jq to manage tasks with this Eisenhower Matrix CLI?

Yes, you need jq to manage tasks with this Eisenhower Matrix CLI. The skill depends on jq alongside curl to handle API calls and JSON encoding for creating, viewing, completing, and organizing tasks across your projects.

What environment variables are required to run the quadrants CLI for task management?

The environment variables required to run the quadrants CLI for task management are QUADRANTS_API_URL and QUADRANTS_API_KEY. These credentials must be configured to authenticate the curl API calls used for organizing project tasks.