csdlc-intern

Dispatches a tracked agent to execute approved stories and report back to the system.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/danhannah94/claymore-plugins --skill csdlc-intern
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: csdlc-intern
Source: https://github.com/danhannah94/claymore-plugins/tree/main/csdlc/skills/csdlc-intern
Command: npx skills add https://github.com/danhannah94/claymore-plugins --skill csdlc-intern

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the handoff of a refined story to a sub-agent, enabling seamless execution by an intern while reading the story from Foundry, crafting the agent prompt, and managing work in an isolated worktree.

Core Features & Use Cases

  • Hand off a refined story to a sub-agent (intern) for execution with an isolated worktree on demand.
  • Read the story from Foundry or local sources and generate a tailored agent prompt for implementation.
  • Track results back to Foundry with structured status updates and optional PR workflows.
  • Use when a user says "intern", "hand this off", "send it to the intern", "dispatch", or "execute this story" to initiate a scoped handoff.

Quick Start

Provide a story ID or Foundry path to dispatch an intern and begin the handoff workflow.

Frequently Asked Questions about csdlc-intern

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

FAQPage Schema
How do I hand off a story to a sub-agent for execution?

Dispatching a refined story to an intern uses an automated handoff process that reads the story from Foundry, generates a tailored implementation prompt, and deploys the sub-agent in an isolated worktree.

What is an isolated worktree and why use it for agent dispatch?

An isolated worktree provides a separate working directory for a sub-agent during story execution. It prevents interference with the main repository while the intern implements the requested changes.

Can I read stories from Foundry and track sub-agent results?

Yes, the system reads stories directly from Foundry and reports results back to it. It tracks execution by updating the Foundry story with structured status updates and optional PR workflows.

How do I trigger an intern handoff during my workflow?

Trigger an intern handoff by requesting an intern, dispatch, or story execution. Using phrases like "hand this off" or "send it to the intern" initiates the scoped handoff workflow automatically.

Does the sub-agent validate story readiness before deployment?

Yes, the handoff process validates story readiness before deployment. It checks the refined story from Foundry to ensure all prerequisites are met before spawning the intern in the worktree.