task-management

Manage tasks in a SQLite-backed PM system using the s9 CLI.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/dusktreader/site-nine --skill task-management-dusktreader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-management
Source: https://github.com/dusktreader/site-nine/tree/main/.opencode/skills/task-management
Command: npx skills add https://github.com/dusktreader/site-nine --skill task-management-dusktreader

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill guides and automates the lifecycle of work items by managing tasks in a SQLite-backed PM system via the s9 CLI.

Core Features & Use Cases

  • Create, list, claim, update, and close tasks with auto-generated IDs and time tracking.
  • Track dependencies, timestamps, and notes to keep a verifiable audit trail.
  • Manage agent sessions and task lifecycles across roles (Engineer, Operator, Architect, etc.) using unified PM workflows.

Quick Start

Use the s9 commands to create and manage tasks in your project with the task-management skill.

Frequently Asked Questions about task-management

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

FAQPage Schema
How do I manage tasks with SQLite in a project workflow?

Task management with SQLite organizes work items through a database-backed PM system using the s9 CLI. You create, claim, and track tasks with auto-generated IDs, timestamps, and dependencies, maintaining a complete audit trail for engineering and operations workflows.

Can I track task dependencies and time logs in a SQLite PM system?

Yes. SQLite task management captures dependencies between tasks, logs time spent, records timestamps, and stores notes alongside work items. This creates verifiable records for multiple roles—Engineers, Operators, Architects—across coordinated project lifecycles.

How do I create and close tasks with linked metadata?

Use the s9 CLI to create tasks with auto-generated IDs, assign them to roles, update progress as work advances, and close them with linked notes and markdown artifacts. The system tracks every state change with timestamps for full traceability.

What's the best way to orchestrate work items across multiple team roles?

A SQLite-backed PM system unifies task workflows across Engineering, Operations, and Administration by managing claims, updates, and closures in a single database. Linked metadata and timestamps ensure coordination visibility regardless of role.

Do I need prior setup to start using SQLite task management?

The s9 CLI handles SQLite setup automatically. No prior database configuration is required—you begin creating and managing tasks immediately, with the system generating IDs and maintaining audit records automatically.

Why use SQLite for task management instead of file-based tracking?

SQLite task management provides structured dependency tracking, reliable timestamp records, queryable history, and multi-role access without server infrastructure. It scales beyond simple lists while remaining lightweight for distributed workflows.