/task

Generates task notes with metadata and organizes them into a knowledge base.

49|12|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/DavidROliverBA/ArchitectKB --skill task-davidroliverba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /task
Source: https://github.com/DavidROliverBA/ArchitectKB/tree/main/.claude/skills/task
Command: npx skills add https://github.com/DavidROliverBA/ArchitectKB --skill task-davidroliverba

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of creating new tasks, linking them to projects, and setting deadlines, reducing the friction in task management.

Core Features & Use Cases

  • Task Creation: Quickly generate new task notes with titles.
  • Project Linking: Associate tasks with specific projects using wiki-links.
  • Deadline Setting: Assign due dates using natural language parsing.
  • Priority Management: Set task priority levels (high, medium, low).
  • Subtask Management: Create and link subtasks to a parent task.
  • Use Case: As a Solutions Architect, you need to quickly log a new action item: "Review security assessment for Project Phoenix, due next Friday." This Skill will create the task, link it to "Project Phoenix", and set the due date.

Quick Start

Create a task titled "Update architecture diagram" for the "CloudMigration" project with high priority.

Frequently Asked Questions about /task

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

FAQPage Schema
How do I create Markdown task notes with YAML frontmatter for project tracking?

Markdown task notes with YAML frontmatter are generated by parsing natural language for task titles, deadlines, and project names, then organizing them into structured files for project tracking and personal productivity.

Can I set task deadlines using natural language parsing?

Yes, task deadlines can be set using natural language parsing. The Skill interprets phrases like "due next Friday" to automatically assign due dates for project management and personal productivity tasks.

How do I associate tasks with specific projects using wiki-links?

Tasks are associated with specific projects by generating wiki-links within the Markdown task notes. This links individual to-do list items to broader project tracking contexts within the knowledge base.

What is the best way to manage subtasks and set priority levels for a to-do list?

Subtasks are managed by creating and linking them to a parent task, while priority levels are set to high, medium, or low. This structured task tracking organizes project management items hierarchically.

Does this task management automation require external dependencies?

No external dependencies are required for this task management automation. It independently generates and organizes task notes with YAML frontmatter, facilitating project tracking without additional components.

Why use Markdown files for project tracking instead of a dedicated task management app?

Markdown files with YAML frontmatter streamline task creation by reducing friction and keeping project tracking directly within a knowledge base, avoiding the need to switch between separate productivity applications.