feat(cli): add manage action group and update skills for plan awareness [AI-72]#1265
Merged
thebiglabasky merged 2 commits intomainfrom Mar 19, 2026
Merged
feat(cli): add manage action group and update skills for plan awareness [AI-72]#1265thebiglabasky merged 2 commits intomainfrom
thebiglabasky merged 2 commits intomainfrom
Conversation
…ss [AI-72] New: - manage action group with plan reference for account entitlements - manage.md: plan-aware workflow guidance (check plan before configuring) - manage-plan.md: account plan command reference with JSON shape and usage patterns Updated: - initialize.md: new Step 3 (check account plan) before creating config, prevents agents from using unauthorized features on first attempt - configure.md: replace vague location guidance with precise pointer to account plan command - skill.md: add Plan Awareness section with upgrade link guidance - investigate-checks.md: add checks stats command (was missing) - communicate-incidents.md: add status-pages get command (was missing) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
stefanjudis
approved these changes
Mar 19, 2026
Collaborator
stefanjudis
left a comment
There was a problem hiding this comment.
Great stuff. love it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
manageaction group to the skills system withplanreference for account entitlementsNew content
manage.md— action group overview: plan-aware workflow, guidance to check entitlements before writing checksmanage-plan.md—account plancommand reference: usage examples, abbreviated JSON response shape, practical patterns for filtering locations and respecting limitsUpdated content
skill.md— new "Plan Awareness" section explaining upgrade links (checkout + contact sales)initialize.md— new Step 3 "Check your account plan" before creating config, with guidance to only use available locations and enabled featuresconfigure.md— replaced vague "Check Locations and Plan Tiers" section with precise pointer toaccount plan --output jsoninvestigate-checks.md— addedchecks statscommand (merged in feat(cli): addchecks statscommand #1256, was missing from skills)communicate-incidents.md— addedstatus-pages getcommand (merged in fix:globalSetup,globalTeardownandtsconfigfiles from Playwright config are detected again #1250, was missing from skills)context.ts— registeredMANAGE_REFERENCESandmanageactionWhy
From AI-60: agents were using enterprise-only features (locations, retry strategies) without knowing the subscription tier. This update ensures agents discover
checkly account planearly in their workflow and use it to scope their work to what the plan supports. Disabled features include upgrade URLs so agents can proactively suggest upgrades.Test plan
npm run preparegenerates manage references in dist/ai-context/prepare-ai-context.tshandles new action generically)🤖 Generated with Claude Code