Back to list
julwrites

task-manager

by julwrites

Golang platform layer for Chat bot

0🍴 0📅 Dec 29, 2025

SKILL.md


name: Task Manager description: Manage project tasks, status, and dependencies using the Task Documentation System.

Task Manager Skill

This skill allows you to manage tasks within the project using the scripts/tasks.py utility. The Task Documentation System is the source of truth for all work.

Core Commands

List Tasks

List all tasks, optionally filtering by status or category. python3 scripts/tasks.py list [--status STATUS] [--category CATEGORY] [--sprint SPRINT]

Create Task

Create a new task documentation file. python3 scripts/tasks.py create [category] "Title" --desc "Description" --priority [high|medium|low] --type [task|story|bug]

  • Categories: foundation, infrastructure, domain, presentation, migration, features, testing, review, security, research.

Update Status

Update the status of a task. python3 scripts/tasks.py update [TASK_ID] [status]

  • Statuses: pending, in_progress, review_requested, verified, completed, blocked.

Show Task Details

Read the content of a task file. python3 scripts/tasks.py show [TASK_ID]

Context

Get the current working context (active tasks). python3 scripts/tasks.py context

Next Task

Get a recommendation for the next task to work on. python3 scripts/tasks.py next

Manage Dependencies

Link or unlink task dependencies. python3 scripts/tasks.py link [TASK_ID] [DEPENDENCY_ID] python3 scripts/tasks.py unlink [TASK_ID] [DEPENDENCY_ID]

Usage Guidelines

  1. Always check context before starting work to see what is already in progress.
  2. Always create a task for new work using create.
  3. Always update the task status to in_progress when you start working on it.
  4. Always update the task status to completed when finished.

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon