From f02e60c0008a8022e47b3484822291d58e6521b6 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 17:54:06 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 11 ++++++++++ README.md | 3 +++ commands/double-check.md | 19 ++++++++++++++++ plugin.lock.json | 45 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 78 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 commands/double-check.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..3f7134d --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "double-check", + "description": "An easy way to force agent to think again if it's statement that the \"Job is done and production ready\" is actually done - usually it's not. Thanks to this command you don't have to check after the agent if they did their job.", + "version": "1.0.0", + "author": { + "name": "Robert S" + }, + "commands": [ + "./commands/" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..d5da420 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# double-check + +An easy way to force agent to think again if it's statement that the "Job is done and production ready" is actually done - usually it's not. Thanks to this command you don't have to check after the agent if they did their job. diff --git a/commands/double-check.md b/commands/double-check.md new file mode 100644 index 0000000..b1e0b29 --- /dev/null +++ b/commands/double-check.md @@ -0,0 +1,19 @@ +--- +description: An easy way to force agent to think again if it's statement that the "Job is done and production ready" is actually done - usually it's not. Thanks to this command you don't have to check after the agent if they did their job. +author: Robert S +version: 1.0.0 +--- + +Please double check your work and what you generated. +- Is it really complete? +- Did you approach it from different angles? + +Define first at what angles you can approach it. +Reiterate on the goal and what it means and what is required to achieve it. +Define what "complete" means in this context. + +Proceed with the double check only after you are sure you have done all of the above. + +Ultrathink! + +$ARGUMENTS \ No newline at end of file diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..9736612 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:ananddtyagi/claude-code-marketplace:plugins/double-check", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "a7444848845c6edc1188d97bee9fec6887d7f54d", + "treeHash": "2ce56d11a7073713edeae35c72a130eb9db3d848c72bfd964930a3bc0f648f0a", + "generatedAt": "2025-11-28T10:13:21.663079Z", + "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": "double-check", + "description": "An easy way to force agent to think again if it's statement that the \"Job is done and production ready\" is actually done - usually it's not. Thanks to this command you don't have to check after the agent if they did their job.", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "ca68d9e4e791a475e0ea2c426ebe70209e378194be479ed8471141f81afd6ad4" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "e234f96bb59ace362dbc3e7e9ee2408baa0332c565dc8c6b34608cdc8d31a84d" + }, + { + "path": "commands/double-check.md", + "sha256": "560dc625b62275636e696c2901de5b33748f1400c86c042f09704951cefd468f" + } + ], + "dirSha256": "2ce56d11a7073713edeae35c72a130eb9db3d848c72bfd964930a3bc0f648f0a" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file