From a1a40828e202ba8160ce49e2a742de96993e5631 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 17:52:39 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 12 ++++++++++ README.md | 3 +++ commands/analyze-issue.md | 29 ++++++++++++++++++++++++ plugin.lock.json | 45 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 89 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 commands/analyze-issue.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..97a707b --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "analyze-issue", + "description": "Fetches GitHub issue details to create comprehensive implementation specifications, analyzing requirements and planning structured approach with clear implementation steps.", + "version": "1.0.0", + "author": { + "name": "jerseycheese", + "url": "https://github.com/jerseycheese" + }, + "commands": [ + "./commands/" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..40f6730 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# analyze-issue + +Fetches GitHub issue details to create comprehensive implementation specifications, analyzing requirements and planning structured approach with clear implementation steps. diff --git a/commands/analyze-issue.md b/commands/analyze-issue.md new file mode 100644 index 0000000..2382cef --- /dev/null +++ b/commands/analyze-issue.md @@ -0,0 +1,29 @@ +--- +description: Fetches GitHub issue details to create comprehensive implementation specifications, analyzing requirements and planning structured approach with clear implementation steps. +author: jerseycheese +author-url: https://github.com/jerseycheese +version: 1.0.0 +--- + +# GitHub Issue Analysis and Technical Specification Generator + +This template/script generates a technical specification for a GitHub issue with the following components: + +## Key Components +1. A bash script to fetch GitHub issue details +2. A structured technical specification template with sections: + - Issue Summary + - Problem Statement + - Technical Approach + - Implementation Plan + - Test Plan + - Files to Modify/Create + - Success Criteria + - Out of Scope + +## Principles +- Test-Driven Development (TDD) +- KISS (Keep It Simple, Stupid) approach +- 300-line file size limit + +The template is designed to provide a comprehensive, structured approach to analyzing and documenting technical issues from GitHub. \ No newline at end of file diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..aaf9bc6 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:ananddtyagi/claude-code-marketplace:plugins/analyze-issue", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "ce786a9097a8dac54392ff70445aedf15ade583e", + "treeHash": "c8419c9fa19450450c3e9e4f0e0b62b7d67c0e0ccb8a2d56e92c638abe3d15b9", + "generatedAt": "2025-11-28T10:13:22.432856Z", + "toolVersion": "publish_plugins.py@0.2.0" + }, + "origin": { + "remote": "git@github.com:zhongweili/42plugin-data.git", + "branch": "master", + "commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390", + "repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data" + }, + "manifest": { + "name": "analyze-issue", + "description": "Fetches GitHub issue details to create comprehensive implementation specifications, analyzing requirements and planning structured approach with clear implementation steps.", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "e2657bd22b62c11a74d6ada3b6d8240953d8d9e22cf3df4f674d629529188084" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "48a156239df7999fe3e43dde46891b7fd827b5a04379b8e5f0100872811b3b90" + }, + { + "path": "commands/analyze-issue.md", + "sha256": "42183c07cad21f329601c33fa56afb043e595de10081bccb81668501cb6060d7" + } + ], + "dirSha256": "c8419c9fa19450450c3e9e4f0e0b62b7d67c0e0ccb8a2d56e92c638abe3d15b9" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file