asc-revenuecat-catalog-sync
Reconcile App Store Connect subscriptions and in-app purchases with RevenueCat products, entitlements, offerings, and packages using asc and RevenueCat MCP. Use when setting up or syncing subscription catalogs across ASC and RevenueCat.
asc-screenshot-resize
Resize and validate App Store screenshots for all device classes using macOS sips. Use when preparing or fixing screenshots for App Store Connect submission.
asc-shots-pipeline
Orchestrate iOS screenshot automation with xcodebuild/simctl for build-run, AXe for UI actions, JSON settings and plan files, Koubou-based framing (`asc screenshots frame`), and screenshot upload (`asc screenshots upload`). Use when users ask for automated screenshot capture, AXe-driven simulator flows, frame composition, or screenshot-to-upload pipelines.
asc-signing-setup
Set up bundle IDs, capabilities, signing certificates, provisioning profiles, and encrypted signing sync with the asc cli. Use when onboarding a new app, rotating signing assets, or sharing them across a team.
asc-submission-health
Preflight App Store submissions, submit builds, and monitor review status with asc. Use when shipping or troubleshooting review submissions.
asc-subscription-localization
Bulk-localize subscription and in-app purchase display names across all App Store locales using asc. Use when you want to fill in subscription/IAP names for every language without clicking through App Store Connect manually.
asc-testflight-orchestration
Orchestrate TestFlight distribution, groups, testers, and What to Test notes using asc. Use when rolling out betas.
asc-wall-submit
Submit or update a Wall of Apps entry in the App-Store-Connect-CLI repository using `asc apps wall submit`. Use when the user says "submit to wall of apps", "add my app to the wall", or "wall-of-apps".
asc-whats-new-writer
Generate engaging, localized App Store release notes (What's New) from git log, bullet points, or free text using canonical metadata under `./metadata`. Optionally pairs with promotional text updates.
asc-build-lifecycle
Track build processing, find latest builds, and clean up old builds with asc. Use when managing build retention or waiting on processing.
asc-aso-audit
Run an offline ASO audit on canonical App Store metadata under `./metadata` and surface keyword gaps using Astro MCP. Use after pulling metadata with `asc metadata pull`.
asc-app-create-ui
Create a new App Store Connect app record via browser automation. Use when there is no public API for app creation and you need an agent to drive the New App form.
sadd:do-in-parallel
Launch multiple sub-agents in parallel to execute tasks across files or targets with intelligent model selection, quality-focused prompting, and meta-judge → LLM-as-a-judge verification
sadd:do-in-steps
Execute complex tasks through sequential sub-agent orchestration with intelligent model selection, meta-judge → LLM-as-a-judge verification
sadd:judge-with-debate
Evaluate solutions through multi-round debate between independent judges until consensus
sadd:judge
Launch a meta-judge then a judge sub-agent to evaluate results produced in the current conversation
sadd:launch-sub-agent
Launch an intelligent sub-agent with automatic model selection based on task complexity, specialized agent matching, Zero-shot CoT reasoning, and mandatory self-critique verification
sadd:multi-agent-patterns
Design multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality.
sadd:subagent-driven-development
Use when executing implementation plans with independent tasks in the current session or facing 3+ independent issues that can be investigated without shared state or dependencies - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates
sadd:tree-of-thoughts
Execute tasks through systematic exploration, pruning, and expansion using Tree of Thoughts methodology with meta-judge evaluation specifications and multi-agent evaluation
sdd:add-task
creates draft task file in .specs/tasks/draft/ with original user intent
sdd:brainstorm
Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
sdd:create-ideas
Generate ideas in one shot using creative sampling
sdd:implement
Implement a task with automated LLM-as-Judge verification for critical steps
sdd:plan
Refine, parallelize, and verify a draft task specification into a fully planned implementation-ready task
tdd:fix-tests
Systematically fix all failing tests after business logic changes or refactoring
tdd:test-driven-development
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
tdd:write-tests
Systematically add test coverage for all local code changes using specialized review and development agents. Add tests for uncommitted changes (including untracked files), or if everything is commited, then will cover latest commit.
tech-stack:add-typescript-best-practices
Setup TypeScript best practices and code style rules in CLAUDE.md
kaizen:analyse
Auto-selects best Kaizen method (Gemba Walk, Value Stream, or Muda) for target
code-review:review-local-changes
Comprehensive review of local uncommitted changes using specialized agents with code improvement suggestions
code-review:review-pr
Comprehensive pull request review using specialized agents
customaize-agent:thought-based-reasoning
Use when tackling complex reasoning tasks requiring step-by-step logic, multi-step arithmetic, commonsense reasoning, symbolic manipulation, or problems where simple prompting fails - provides comprehensive guide to Chain-of-Thought and related prompting techniques (Zero-shot CoT, Self-Consistency, Tree of Thoughts, Least-to-Most, ReAct, PAL, Reflexion) with templates, decision matrices, and research-backed patterns
ddd:setup-code-formating
Sets up code formatting rules and style guidelines in CLAUDE.md
docs:update-docs
Update and maintain project documentation for local code changes using multi-agent workflow with tech-writer agents. Covers docs/, READMEs, JSDoc, and API documentation.
docs:write-concisely
Apply writing rules to any documentation that humans will read. Makes your writing clearer, stronger, and more professional.
fpf:actualize
Reconcile the project's FPF state with recent repository changes
fpf:decay
Manage evidence freshness by identifying stale decisions and providing governance actions
fpf:propose-hypotheses
Execute complete FPF cycle from hypothesis generation to decision
fpf:query
Search the FPF knowledge base and display hypothesis details with assurance information
fpf:reset
Reset the FPF reasoning cycle to start fresh
fpf:status
Display the current state of the FPF knowledge base
git:analyze-issue
Analyze a GitHub issue and create a detailed technical specification
git:attach-review-to-pr
Add line-specific review comments to pull requests using GitHub CLI API
git:commit
Create well-formatted commits with conventional commit messages and emoji
git:compare-worktrees
Compare files and directories between git worktrees or worktree and current branch
git:create-pr
Create pull requests using GitHub CLI with proper templates and formatting
git:create-worktree
Create and setup git worktrees for parallel development with automatic dependency installation
git:load-issues
Load all open issues from GitHub and save them as markdown files
git:merge-worktree
Merge changes from worktrees into current branch with selective file checkout, cherry-picking, interactive patch selection, or manual merge
Page 262 of 1486 · 74266 results
