mcpbeat

Awsx Implement Approved Plan

pulumi/awsx-implement-approved-plan

Manual-only AWSX implementation session launcher. Use only when explicitly invoked to implement an already reviewed AWSX planning brief or approved plan.

545 tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
244
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/pulumi/pulumi-awsx --skill awsx-implement-approved-plan

What comes with it

264 bytes besides the instruction
agents/openai.yaml

The instruction itself

4 sections, as written by the author

AWSX Implement Approved Plan

This is a manual-only launcher skill. Use it only when the user explicitly

invokes it with an approved plan or reviewed planning brief.

Inputs

Use the approved plan supplied with the invocation, or a file/PR/comment the

user identifies as the approved plan. If the approved plan is missing, ask for

it and stop.

Workflow

  • Read the approved plan and the current checkout state.
  • Do not reopen the design unless live evidence contradicts the approved plan.
  • If the approved plan cannot satisfy the user-visible AWS outcome, stop and

report the blocker instead of substituting a narrower fix.

  • Use the tactical AWSX skills as needed:
  • $awsx-component-design for component/API details;
  • $awsx-breaking-change-evaluation for compatibility-sensitive behavior;
  • $awsx-test-authoring for focused proof;
  • $awsx-aws-service-validation for new AWS service facts.
  • Implement the smallest change that satisfies the approved user-visible

outcome.

  • Do not run full make test locally. Run focused validation only, following

AGENTS.md and $awsx-test-authoring.

  • Report what changed, what validation ran, what remains unproven, and any

deviation from the approved plan.

Stop Conditions

Stop instead of coding if:

  • the approved plan is ambiguous or missing;
  • current code, provider surface, or AWS docs contradict the plan;
  • the implementation would need a broader API/product decision than the plan

approved;

  • satisfying the plan requires generated file edits without changing the source

of truth first;

  • only live AWS behavior could prove the central claim and the user has not

approved that validation path.

How to use it

Copy the folder

Take pulumi/awsx-implement-approved-plan from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.