devteam-select

Select and activate a development plan by number, partial name, or full ID.

17|8|Updated Oct 30, 2025
One-click install
npx skills add https://github.com/michael-harris/devteam --skill devteam-select
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devteam-select
Source: https://github.com/michael-harris/devteam/tree/main/skills/devteam-select
Command: npx skills add https://github.com/michael-harris/devteam --skill devteam-select

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to easily select and activate a specific development plan from a list, streamlining the process of managing ongoing projects.

Core Features & Use Cases

  • Plan Selection: Choose a plan by its number, partial name, or full ID.
  • Status Validation: Checks the status of the selected plan (planned, in_progress, complete, archived, failed) and provides appropriate feedback or actions.
  • Active Plan Management: Updates the system to recognize the chosen plan as the active one for subsequent commands like /devteam:implement.
  • Use Case: After listing available development tasks with /devteam:list, you can select the "Dark Mode Support" feature by typing /devteam:select notifications.

Quick Start

Use the devteam-select skill to choose plan number 2.

Frequently Asked Questions about devteam-select

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

FAQPage Schema
How do I select an active development plan for task execution?

To select an active development plan, identify it using its plan number, partial name, or full ID. The system validates the plan status and updates the active plan pointer for subsequent task execution commands.

Can I activate a plan using a partial name match?

Yes, you can activate a plan using a partial name match. The system handles disambiguation for partial matches to ensure the correct development plan is selected before updating the active pointer.

What happens if I try to select an archived or failed development plan?

If you try to select an archived or failed development plan, the system provides specific error handling. It validates the status to prevent invalid selections and notifies you of the plan's current state.

What is active plan management in project workflow?

Active plan management updates the system to recognize a chosen development plan as the active one. This ensures subsequent workflow commands like implementation target the correct project context.

Does plan selection validate workflow status before activation?

Yes, plan selection validates the workflow status before activation. It checks whether the plan is planned, in progress, complete, archived, or failed, providing appropriate feedback or actions based on the result.