Performance Lens
openbooklet.com/s/performance-lensopenbooklet.com/s/performance-lens@1.0.0GET /api/v1/skills/performance-lensReview as a capacity planner identifying where the system will bottleneck under load.
Compare two design inventories produced by inventory-design and emit a structured gap artifact whose prose paragraphs satisfy the extract-work-items cue-phrase contract. Use after running inventory-design for both a current and target design surface. The resulting gap artifact under meta/design-gaps/ feeds directly into /accelerator:extract-work-items to produce actionable work items.
Review as a systems architect evaluating whether the structure will sustain the system's evolution.
!`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-context.sh` !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-skill-context.sh attach-jira-issue`
Review as the next developer who will maintain this code in six months.
Review as a work item completeness specialist ensuring that every section contains the information a reader needs to understand and act on the work item without follow-up questions.
Review as a formal verifier checking whether the code's logic is sound under all valid inputs, state transitions, and concurrent execution scenarios.
Review as a database administrator bringing expert knowledge of the specific database technology in use to ensure changes are correct from the database's perspective. Infer the database engine from the codebase (migrations, ORM configuration, connection strings, SQL dialect) and apply engine-specifi
Review as a dependency-mapping specialist evaluating whether every coupling the work item implies is explicitly captured.
Review as a technical writer ensuring that documentation enables self-service understanding â but first, infer the project's documentation norms from existing code. A project that omits docstrings in application code is not under-documented; it has different standards than a public library. Assess
!`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-context.sh` !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-skill-context.sh extract-work-items` !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-agents.sh`
Extract architecture decision records from existing meta documents (research, plans). Scans documents for implicit or explicit architectural decisions and converts selected ones into formal ADRs. Use when decisions are buried in research or planning documents and need to be captured formally.
Set up the Jira Cloud integration for this project. Verifies credentials against a real Jira Cloud tenant, discovers the tenant's custom-field catalogue and project list, and persists the results under `<paths.integrations>/jira/` (default `meta/integrations/jira/`) as team-shared, version-controlled JSON caches. Idempotent: safe to re-run after credential or project changes.
!`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-context.sh` !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-skill-context.sh inventory-design` !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-agents.sh`
List and filter work items from the configured work directory. Use when discovering what work items exist, filtering by status/type/priority/parent/tag, or viewing the work item hierarchy.
Output format specification for plan review agents. Defines the JSON schema, field reference, severity emoji prefixes, and finding body format for plan reviews.
Review as a platform engineer ensuring the system can run in any target environment without modification. Always flag vendor coupling â even when the project currently targets a single provider â so that lock-in is a conscious decision rather than an accidental one.
Output format specification for PR review agents. Defines the JSON schema, field reference, severity emoji prefixes, and comment body format for PR reviews.
Respond to pull request review feedback interactively, working through each item with verification and code changes. Use when the user wants to address PR review comments.
Auto-indexed from atomicinnovation/accelerator
Are you the author? Claim this skill to take ownership and manage it.
Related Skills
graceful-error-recovery
Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.
audience-aware-communication
Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.
Refactoring Expert
Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.
Research Expert
Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.
clarify-ambiguous-requests
Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.
structured-step-by-step-reasoning
Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.