new-task

Create and register new tasks with folders, TASK.md, and worklog.md.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tokijh/minapp --skill new-task-tokijh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-task
Source: https://github.com/tokijh/minapp/tree/main/.claude/skills/new-task
Command: npx skills add https://github.com/tokijh/minapp --skill new-task-tokijh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the entire process of registering a new task, from creating the necessary file structure to updating indexes, saving significant manual effort.

Core Features & Use Cases

  • Automated Task Creation: Creates folders, TASK.md, worklog.md, and optionally spec.md.
  • Intelligent Information Gathering: Parses arguments, prompts for missing details (category, priority), and automatically determines ticket numbers.
  • Use Case: When you need to quickly log a new development task, you can use this Skill with a simple command like /new-task Implement user authentication --category dev --priority high, and it will handle all the setup.

Quick Start

Use the new-task skill to register a new task with the title 'Analyze login errors'.

Frequently Asked Questions about new-task

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

FAQPage Schema
How do I automate task creation and workflow registration in project documentation?

Automating task creation registers new tasks by generating folder structures, populating TASK.md frontmatter, initializing worklog.md, and auto-updating indexes to streamline project documentation.

How do I create a development task with priority and category metadata?

You can create a development task by passing arguments like title, category, and priority, allowing the system to automatically parse inputs and prompt for any missing metadata details.

Does task management workflow automation support automatic ticket number detection?

Yes, task management workflow automation supports automatic ticket number detection, intelligently determining and assigning ticket numbers during the task registration process without manual input.

What is the best way to initialize a task worklog and spec files?

The best way to initialize a task worklog is using automated task creation, which generates worklog.md and optionally spec.md alongside the main TASK.md file during registration.

Can I use default values for task management when details are missing?

Yes, you can use intelligent defaults for task management, as the system automatically applies default values and prompts for missing details like category or priority to ensure complete task records.

What files are generated when registering a new task in project management?

Registering a new task generates a dedicated folder containing TASK.md with populated frontmatter, worklog.md for tracking, and optionally spec.md for detailed requirements.