graft-work-intake

Classify and initiate long-running work in the Graft repository.

6|Updated May 11, 2026
One-click install
npx skills add https://github.com/GeWuYou/Graft --skill graft-work-intake
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graft-work-intake
Source: https://github.com/GeWuYou/Graft/tree/main/.agents/skills/graft-work-intake
Command: npx skills add https://github.com/GeWuYou/Graft --skill graft-work-intake

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of orchestrating and classifying new long-running work within the Graft repository, ensuring efficient workflow management.

Core Features & Use Cases

  • Workflow Orchestration: Provides a structured workflow for new long-running work, guiding through steps like classification, contract creation, and bootstrap.
  • Classification of Work: Automatically categorizes new work based on its nature (e.g., design, feature, refactoring).
  • Contract Creation and Bootstrap: Generates contracts for long-running tasks and applies minimal bootstrap to initiate task execution.
  • Dispatch to Specialized Skills: Dispatches work to appropriate specialized skills based on the contract details.
  • Use Case: Ideal for managing complex features or refactorings in the Graft project, ensuring that they are properly classified, tracked, and executed.

Quick Start

Use the graft-work-intake skill to classify and initiate a new long-running work item in the Graft repository.

Frequently Asked Questions about graft-work-intake

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

FAQPage Schema
How do I orchestrate long-running work in a repository?

Workflow orchestration for long-running work involves classifying the task, generating a work contract, and applying minimal bootstrap to initiate execution before dispatching to specialized skills.

What is the best way to classify new work items for refactoring or features?

The best way to classify new work items is through an orchestration skill that automatically categorizes tasks by nature, such as design, feature, or refactoring, ensuring proper tracking and execution.

How do I generate a work contract for complex repository tasks?

To generate a work contract for complex tasks, run an orchestration workflow that creates contracts for long-running tasks and applies minimal bootstrap to initiate task execution.

Can I use workflow orchestration to dispatch work to specialized skills?

Yes, workflow orchestration can dispatch work to appropriate specialized skills based on generated contract details, ensuring complex features or refactorings are properly executed.

Does work classification require any specific dependencies or environment setup?

No specific dependencies or environment setup components are required for work classification, as the orchestration skill operates independently to categorize and initiate long-running work items.

When should I use specialized skill dispatch for my project?

You should use specialized skill dispatch when managing complex features or refactorings that require proper classification, contract generation, and structured workflow tracking to execute efficiently.