post-plan-setup

You are orchestrating the full post-plan setup workflow. This runs three phases in sequence, pausing between each for human review.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "post-plan-setup" with this command: npx skills add brite-nites/britenites-claude-plugins/brite-nites-britenites-claude-plugins-post-plan-setup

Instructions

You are orchestrating the full post-plan setup workflow. This runs three phases in sequence, pausing between each for human review.

Input

  • The v1 plan file path is passed as $ARGUMENTS

  • If no argument provided, look for the most recent plan file in the project root or docs/ directory

Phase 1: Refine Plan

  • Invoke the /refine-plan skill with the v1 plan

  • Wait for completion

  • Present a summary of the refined plan to the user:

  • Total number of tasks created

  • Task dependency overview

  • Any flags or ambiguities found

  • Ask the user: "The refined plan is ready at docs/project-plan-refined.md . Would you like to review and make changes before I create Linear issues, or should I continue?"

  • If the user wants changes, apply them and re-validate

  • If the user approves (or says continue), proceed to Phase 2

Phase 2: Create Linear Issues

  • Invoke the /create-issues skill with the refined plan

  • Wait for completion

  • Present a summary to the user:

  • Number of issues created

  • Link to the Linear project/view

  • Any issues that needed special handling

  • Ask the user: "All Linear issues are created. Would you like to review them before I set up CLAUDE.md, or should I continue?"

  • If the user wants changes, apply them via the Linear MCP

  • If the user approves, proceed to Phase 3

Phase 3: Setup CLAUDE.md

  • Invoke the /setup-claude-md skill

  • Wait for completion

  • Present the generated CLAUDE.md to the user for review

  • Ask the user: "CLAUDE.md is ready. Would you like any changes?"

  • Apply any requested changes

Completion

Once all three phases are done, present a final summary:

  • Refined plan location and task count

  • Linear issues created with project link

  • CLAUDE.md location and section overview

  • Suggested next step: "Pick up Task 1 from the refined plan or assign issues to your team"

Error Handling

  • If any phase fails validation after retries, stop the workflow

  • Present what succeeded and what failed

  • Suggest the user run the failed skill individually with /refine-plan , /create-issues , or /setup-claude-md after fixing the issue

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

agent-browser

No summary provided by upstream source.

Repository SourceNeeds Review
General

systematic-debugging

No summary provided by upstream source.

Repository SourceNeeds Review
General

writing-plans

No summary provided by upstream source.

Repository SourceNeeds Review
General

refine-plan

No summary provided by upstream source.

Repository SourceNeeds Review