One-click install
npx skills add https://github.com/davidlee/spec-driver --skill next-davidlee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: next
Source: https://github.com/davidlee/spec-driver/tree/main/.spec-driver/skills/next
Command: npx skills add https://github.com/davidlee/spec-driver --skill next-davidlee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the friction of handing off work between agents by producing a concise, task-aware prompt for what to do next.

Core Features & Use Cases

  • Continuation prompting: Generates a ready-to-send next-agent prompt when everything is written down and ordered.
  • Task-card path handoff: Instructs the agent to use the path to the current task card as the anchor for continuity.
  • Implementation readiness guidance: If the next step is implementation-bound, prompts the next agent to read specific artifacts and explicitly identify unresolved assumptions or design questions before declaring readiness.

Quick Start

Use the next skill to print the continuation prompt for your agent, then send it as the next-agent message with the current task card path included.

Frequently Asked Questions about next

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

FAQPage Schema
How do I write a continuation prompt for agent handoff?

To write a continuation prompt for agent handoff, generate a concise next-step instruction that references the current task card path to anchor continuity and direct the next agent.

What is spec-driven development agent handoff?

Spec-driven development agent handoff is the process of transferring documented work to a fresh context by printing a ready-to-send continuation prompt referencing the current task card path.

How do I ensure implementation readiness before an agent starts coding?

To ensure implementation readiness, prompt the next agent to read specific artifacts and explicitly identify unresolved assumptions or design questions before declaring readiness to start the implementation.

Can I use a task card path for agent handovers without losing context?

Yes, you can use a task card path for agent handovers by instructing the next agent to use the path as the anchor for continuity, ensuring clean context transfer without losing prior work.

When do I need to generate a continuation prompt for the next agent?

You need to generate a continuation prompt when prior work is already documented and ordered, and you request continuing with fresh context to avoid friction between agents.