task-capture

Parse natural language input into structured task records via aida-cli.ts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Den här färdigheten gör att du snabbt fångar nya uppgifter från naturligt språk.

Core Features & Use Cases

  • Läs input och parsning enligt PARSING-RULES.md
  • Inferera roll med ROLE-INFERENCE.md
  • Skapa uppgift via bun run src/aida-cli.ts tasks createTask …
  • Logga capture i journal
  • Bekräftelse och validering

Quick Start

Exempel: Ange text “Jag måste ringa banken imorgon” via /capture eller som en naturlig fras – uppgiften fångas automatiskt och sparas.

Frequently Asked Questions about task-capture

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

FAQPage Schema
How do I capture tasks from natural language without slowing down my workflow?

Task capture converts natural language input like 'I need to call the bank tomorrow' into structured task records automatically. It extracts title, deadline, priority, and energy level from your phrasing, then creates the task via a slash command or trigger phrase with minimal friction.

Can task capture infer who should own a task based on what I write?

Yes, task capture performs role inference to automatically assign tasks to the responsible role based on context clues in your input. This removes the need to manually specify ownership for each task.

What information can be parsed from a task capture entry?

Task capture parses titles, deadlines, priorities, energy levels, role hints, and project hints from natural language. It follows defined parsing rules to extract these structured fields while maintaining support for optional duplicate detection and journal logging.

How do I start using task capture for quick reminders and to-dos?

Use the /capture slash command or natural phrases like 'add task' or 'new todo' to trigger capture. Enter your task in plain language—the system automatically parses details, infers ownership, and creates the task record in your task management system.

Does task capture log captured tasks for reference or auditing?

Task capture optionally logs each capture entry to a journal alongside task creation. This provides a record of when tasks were captured and supports review of your capture history.

What happens if task capture detects a duplicate task?

Task capture supports optional duplicate checking during capture. When enabled, it can identify if a similar task already exists before creating a new record, helping you avoid redundant entries.