commit e0fe5c2d70e0a017952beb708239eeeb0d0eb529 Author: Zhongwei Li Date: Sat Nov 29 18:05:31 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..48c3d02 --- /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..97fb678 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:ccplugins/awesome-claude-code-plugins:plugins/double-check", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "b7f7eae44c9780e462253f1ed63bd3ab139d15b2", + "treeHash": "327ee61fddcb9b47e38610d1d8e8a555a8fa92f47c6ae444cba7581c4d489175", + "generatedAt": "2025-11-28T10:14:35.224039Z", + "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": "62e00616734b559a5f32032517cc456acad2eab194326896b8062606456e6b23" + }, + { + "path": "commands/double-check.md", + "sha256": "560dc625b62275636e696c2901de5b33748f1400c86c042f09704951cefd468f" + } + ], + "dirSha256": "327ee61fddcb9b47e38610d1d8e8a555a8fa92f47c6ae444cba7581c4d489175" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file