plan-execute_skill

This skill coordinates end-to-end planning and execution of complex requests by assembling an agent team, breaking work into tasks, and ensuring verification.
  • TypeScript

1

GitHub Stars

1

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill codyswanngt/lisa --skill plan-execute

  • SKILL.md5.7 KB

Overview

This skill orchestrates end-to-end execution for non-trivial engineering requests: features, bugs, stories, epics, spikes, and multi-step tasks. It accepts a ticket URL, a file path containing a spec, or plain text, then assembles an agent team, breaks the work into structured tasks, and manages the lifecycle from research through implementation, review, deploy, and empirical verification.

How this skill works

The skill reads the request source (ticket via CLI, file, or text) and determines if the work is simple or requires a coordinated plan. For complex work it enumerates available agent types, justifies exclusions, builds a team (always including the Explore agent), spawns each agent in plan mode, and uses a Team Lead session to name the plan, pick branches, classify the request, and produce verifiable tasks. It enforces research, metadata population, reviews, and a strict commit/push/PR/deploy/verify workflow.

When to use it

  • Implementing a new feature that spans multiple components or teams
  • Fixing a bug that needs replication, testing, and coordinated changes
  • Delivering an epic or story that requires several coordinated subtasks
  • Running a spike or research task before implementation
  • Any multi-step task requiring automated verification and deployment

Best practices

  • Always supply a ticket URL, spec file path, or detailed plain-text prompt to provide full context
  • Let the Explore agent research the codebase first and populate relevant_documentation for each task
  • Require every spawned agent to run in plan mode and submit plans for Team Lead approval
  • Include explicit acceptance criteria, testing requirements, and a verification command in each task metadata
  • Commit all outstanding local changes (except secrets), push, open a PR with auto-merge, and monitor CI/deploy

Example use cases

  • Turn a Jira story URL into a scoped plan with tasks, implementation branches, and PR ready for review
  • Read a spec file for a cross-service feature, create tasks for backend, frontend, and integration tests, and run verification
  • Reproduce and fix a flaky production bug by creating empirical replication steps, tests, and a monitored deploy
  • Run a spike to evaluate third-party integrations, record learnings, and produce a follow-up implementation plan

FAQ

A ticket URL (Jira, Linear, GitHub), a file path to a spec, or a plain-text prompt describing the request.

Does the team modify files without approval?

No — every agent is spawned with mode: "plan" and must submit a plan for Team Lead approval before making file changes.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
plan-execute skill by codyswanngt/lisa | VeilStrat