Initial commit
This commit is contained in:
11
.claude-plugin/plugin.json
Normal file
11
.claude-plugin/plugin.json
Normal file
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
3
README.md
Normal file
3
README.md
Normal file
@@ -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.
|
||||||
19
commands/double-check.md
Normal file
19
commands/double-check.md
Normal file
@@ -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
|
||||||
45
plugin.lock.json
Normal file
45
plugin.lock.json
Normal file
@@ -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": []
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user