Execution Skill

Execute mapped tasks with stream discipline, dependency safety checks, and evidence updates. Use when tasks are ready for implementation.

majesteitbart 87a01e3 4 files · 1.9 KB Updated

File contents

execution-skill

Trigger context

  • tasks are ready and dependency-safe; planned tasks need readiness review before execution

Required inputs

  • task_ids
  • stream_boundaries
  • dependency_state

Output schema

  • updated task status
  • progress updates
  • delivery artifacts (commits/PRs/notes)

Quality checks

  • blockers explicit with owner/check-back time
  • progress updates current
  • stream boundaries respected

Failure behavior

  • stop work on hard blockers
  • escalate file ownership conflict

Allowed side effects

  • update task frontmatter/status
  • append updates under .project/projects/<slug>/updates/

Script hooks

  • bash .agents/scripts/pm/in-progress.sh
  • bash .agents/scripts/pm/standup.sh
  • bash .agents/scripts/pm/next.sh

Execution assets

  • references/runbook.md
  • templates/blocker-update.md
  • templates/stream-update.md

majesteitbart/delano/tree/main/.agents/skills/execution-skill commit 87a01e327a

Frequently asked questions

npx skillmds@latest add majesteitbart/execution-skill