speckit-enhance — for Claude Code speckit-enhance, objectenvy, community, for Claude Code, ide skills, configuration, environment-variables, typescript, speckit.workflows.enhance, speckit.enhance

v1.0.0

このスキルについて

適した場面: Ideal for AI agents that need given that enhancement description, do this:. ローカライズされた概要: User input: $ARGUMENTS The text the user typed after /speckit.workflows.enhance (or /speckit.enhance) in the triggering message is the enhancement description. It covers configuration, env, environment-variables workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

機能

Given that enhancement description, do this:
Load .specify/extensions/workflows/templates/enhance/enhancement-template.md to understand
Extract what is being enhanced and why from the description
Define proposed changes clearly
Create a simple, single-phase implementation plan

# 主なトピック

pradeepmouli pradeepmouli
[1]
[0]
更新日: 4/24/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

適した場面: Ideal for AI agents that need given that enhancement description, do this:. ローカライズされた概要: User input: $ARGUMENTS The text the user typed after /speckit.workflows.enhance (or /speckit.enhance) in the triggering message is the enhancement description. It covers configuration, env, environment-variables workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

このスキルを使用する理由

推奨ポイント: speckit-enhance helps agents given that enhancement description, do this:. User input: $ARGUMENTS The text the user typed after /speckit.workflows.enhance (or /speckit.enhance) in the triggering message is the

おすすめ

適した場面: Ideal for AI agents that need given that enhancement description, do this:.

実現可能なユースケース for speckit-enhance

ユースケース: Applying Given that enhancement description, do this:
ユースケース: Applying Load .specify/extensions/workflows/templates/enhance/enhancement-template.md to understand
ユースケース: Applying Extract what is being enhanced and why from the description

! セキュリティと制限

  • 制約事項: If this requires more than 1 phase or MAX TASKS tasks, consider using /speckit.specify instead
  • 制約事項: Enhancement workflow is for quick, minor improvements only
  • 制約事項: Do not ask the user to repeat it unless they provided an empty command

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Labs デモ

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ とインストール手順

These questions and steps mirror the structured data on this page for better search understanding.

? よくある質問

speckit-enhance とは何ですか?

適した場面: Ideal for AI agents that need given that enhancement description, do this:. ローカライズされた概要: User input: $ARGUMENTS The text the user typed after /speckit.workflows.enhance (or /speckit.enhance) in the triggering message is the enhancement description. It covers configuration, env, environment-variables workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

speckit-enhance はどうやって導入しますか?

次のコマンドを実行してください: npx killer-skills add pradeepmouli/objectenvy/speckit-enhance。Cursor、Windsurf、VS Code、Claude Code など19以上のIDEで使えます。

speckit-enhance の主な用途は?

主な用途は次のとおりです: ユースケース: Applying Given that enhancement description, do this:, ユースケース: Applying Load .specify/extensions/workflows/templates/enhance/enhancement-template.md to understand, ユースケース: Applying Extract what is being enhanced and why from the description。

speckit-enhance に対応するIDEは?

このスキルは Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer に対応しています。統一された導入には Killer-Skills CLI を使えます。

speckit-enhance に制限はありますか?

制約事項: If this requires more than 1 phase or MAX TASKS tasks, consider using /speckit.specify instead. 制約事項: Enhancement workflow is for quick, minor improvements only. 制約事項: Do not ask the user to repeat it unless they provided an empty command.

このスキルの導入方法

  1. 1. ターミナルを開く

    プロジェクトディレクトリでターミナルまたはコマンドラインを開きます。

  2. 2. インストールコマンドを実行

    npx killer-skills add pradeepmouli/objectenvy/speckit-enhance を実行してください。CLI がIDEまたはエージェントを自動検出し、スキルを設定します。

  3. 3. スキルを使い始める

    このスキルはすぐに有効になります。現在のプロジェクトで speckit-enhance をすぐ使えます。

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

speckit-enhance

Install speckit-enhance, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

The user input to you can be provided directly by the agent or as a command argument - you MUST consider it before proceeding with the prompt (if not empty).

User input:

$ARGUMENTS

The text the user typed after /speckit.workflows.enhance (or /speckit.enhance) in the triggering message is the enhancement description. Assume you always have it available in this conversation even if $ARGUMENTS appears literally below. Do not ask the user to repeat it unless they provided an empty command.

Given that enhancement description, do this:

  1. Read configuration — Check for a project config at .specify/extensions/workflows/workflows-config.yml. If present, read enhance.max_tasks and enhance.min_tasks. If absent, use the extension defaults: max_tasks=7, min_tasks=3. The environment variable SPECKIT_WORKFLOWS_ENHANCE_MAX_TASKS overrides both (highest priority). Call the resolved values MAX_TASKS and MIN_TASKS for the steps below.

  2. Run the script .specify/extensions/workflows/scripts/bash/create-enhance.sh from repo root and parse its JSON output for ENHANCE_ID, BRANCH_NAME, and ENHANCEMENT_FILE. All file paths must be absolute. IMPORTANT You must only ever run this script once. The JSON is provided in the terminal as output - always refer to it to get the actual content you're looking for.

  3. Load .specify/extensions/workflows/templates/enhance/enhancement-template.md to understand required sections.

  4. Write the enhancement document to ENHANCEMENT_FILE using the template structure, replacing placeholders with concrete details derived from the enhancement description while preserving section order and headings.

    • Extract what is being enhanced and why from the description
    • Define proposed changes clearly
    • Create a simple, single-phase implementation plan
    • Break down into MIN_TASKS–MAX_TASKS specific tasks. If the scope clearly requires more than MAX_TASKS tasks, stop and suggest /speckit.specify instead before creating any files.
    • Define clear acceptance criteria
    • Mark priority based on description (enhancement requests are typically Medium unless specified)
  5. Report completion with Next Steps:

Enhancement workflow initialized

**Branch**: [BRANCH_NAME]
**Enhancement ID**: [ENHANCE_ID]
**Enhancement Document**: [ENHANCEMENT_FILE]
**Task limit applied**: MIN_TASKS–MAX_TASKS tasks (from [config file | env var | extension defaults])

**Next Steps:**
1. Review the enhancement.md document
2. Verify the implementation plan is appropriate for a minor enhancement
3. Run `/speckit.implement` to execute the enhancement
4. Verify all tests pass and functionality works as expected

**Reminder**:
- If this requires more than 1 phase or >MAX_TASKS tasks, consider using `/speckit.specify` instead
- Enhancement workflow is for quick, minor improvements only
- All changes should still include appropriate tests
- To change the task limit: edit `.specify/extensions/workflows/workflows-config.yml`
  or set `SPECKIT_WORKFLOWS_ENHANCE_MAX_TASKS=<n>` in your environment

Note: The script creates and checks out the new branch before writing files.

関連スキル

Looking for an alternative to speckit-enhance or another community skill for your workflow? Explore these related open-source skills.

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

ローカライズされた概要: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
AI

widget-generator

Logo of f
f

ローカライズされた概要: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

149.6k
0
AI

flags

Logo of vercel
vercel

ローカライズされた概要: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

ローカライズされた概要: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
開発者