task-onboarding

Validate required artifacts and generate a Quick Context gaps report before task onboarding.

Updated Apr 5, 2023
One-click install
npx skills add https://github.com/edneyreis999/zord-project --skill task-onboarding
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: task-onboarding
Source: https://github.com/edneyreis999/zord-project/tree/main/service_financial-claude/skills/task-onboarding
Command: npx skills add https://github.com/edneyreis999/zord-project --skill task-onboarding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Garante contexto mínimo antes de qualquer análise ou implementação, bloqueando o avanço se artefatos obrigatórios estiverem ausentes.

Core Features & Use Cases

  • Geração de Quick Contexto (<500 tokens) via context-manager.
  • Verificação de artefatos obrigatórios: tasks.md, todos os arquivos *_task.md, prd.md, techspec.md, instruções de execução (comandos yarn/npm, envs, deps externas).
  • Pausa automática e listagem de lacunas; solicitações ao solicitante.
  • Registro opcional de diagramas (arquitetura/seq/DB).
  • Confirmação do número da task ativa e dependências entre n_task.md.
  • Registro de checkpoint inicial via context-manager.

Quick Start

Acione a skill para validar o contexto: gere o Quick Context com o context-manager, verifique lacunas e pause se necessário.

Frequently Asked Questions about task-onboarding

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

FAQPage Schema
How do I validate critical artifacts before starting a task?▼

Task-onboarding validates the presence of required artifacts like tasks.md, *_task.md files, prd.md, techspec.md, and execution instructions before task initiation. It generates a Quick Context summary and identifies gaps, pausing work if mandatory files are missing so you can gather them first.

What artifacts does task onboarding check for?▼

The skill verifies tasks.md, all *_task.md variants, prd.md, techspec.md, yarn/npm commands, environment variables, and external dependencies. It also optionally logs architecture, sequence, and database diagrams to ensure complete context before proceeding.

How do I generate a quick context summary for a new task?▼

Run task-onboarding at task initiation to auto-generate a Quick Context under 500 tokens via the context-manager. It extracts minimum essential information from your artifacts, confirming task number and dependencies so you start with clarity.

What happens when required task documents are missing?▼

Task-onboarding automatically pauses and generates a gaps report listing missing artifacts. It records which checkpoints failed and requests the missing documents from the task owner before analysis or implementation can proceed.

Can task-onboarding track dependencies between multiple task files?▼

Yes. The skill confirms the active task number and validates dependencies across all *_task.md files, ensuring you understand inter-task relationships and prerequisites before starting work.

Does task-onboarding work with different execution command formats?▼

Task-onboarding verifies execution instructions for both yarn and npm commands, plus environment variables and external dependencies, making it compatible with diverse project setups and package managers.