Install
$ agentstack add skill-fengsihao23-eng-shen-hua-shen-hua ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Shen-Hua
Shen-Hua is the single entrypoint for the whole long-task skill pack. Use it as the first skill when the user wants the complete system rather than one specialized step.
Trigger Conditions
Use this skill when:
- The user invokes
$shen-hua. - The user asks to use the Shen-Hua system, long-task agent mode, project commander, or full long-task workflow.
- The task may need planning, queueing, memory, runtime gate, subagents, verification, review, and handoff together.
- The user wants a project to be advanced end to end, resumed, monitored, or prepared for automation.
Do Not Trigger
Do not use this skill when:
- The user explicitly invokes a narrower Shen-Hua skill such as
$verification-loopand the task is clearly limited to that step. - The task is a trivial one-shot answer with no project state.
- The user forbids reading/updating
.agent/or using the Shen-Hua runtime.
Startup Workflow
- Read project rules and memory:
AGENTS.md.agent/PROJECT_BRIEF.md.agent/PLAN.md.agent/TASKS.md.agent/HANDOFF.md.agent/state/tasks.jsonl.agent/state/events.jsonl
- If runtime files are missing, use
$runtime-operatoror run:
``powershell py -3 .\.agents\skills\persistent-memory\scripts\shenhua_runtime.py init ``
- Run or consider the runtime gate before substantial work:
``powershell py -3 .\.agents\skills\persistent-memory\scripts\shenhua_runtime.py gate ``
- Classify the user's request:
resume: continue from.agent/HANDOFF.mdand queue.plan: use$deep-planner.execute: use$project-commander.delegate: use$subagent-orchestratoronly when subagents are available and authorized.verify: use$verification-loop.review: use$self-reviewer.handoff: use$handoff-writer.runtime: use$runtime-operator.
Execution Loop
- Pick the highest-value safe task from the user request or
.agent/state/tasks.jsonl. - Update
.agent/state/events.jsonlwith what is starting. - Use the narrow skill needed for the current phase:
$project-commanderfor main coordination.$deep-plannerbefore risky multi-file work.$runtime-operatorfor queue/search/resume/automation/sync.$subagent-orchestratorfor permitted multi-agent work.$persistent-memoryfor memory hygiene.
- Make changes conservatively and preserve user edits.
- Run
$verification-loopor the runtime gate after changes. - Run
$self-reviewerbefore declaring readiness. - Run
$handoff-writerbefore ending.
Required .agent/ Updates
Every Shen-Hua round must update:
.agent/LOG.md.agent/TASKS.md.agent/HANDOFF.md.agent/state/events.jsonl
When relevant, update:
.agent/PLAN.md.agent/DECISIONS.md.agent/REVIEW_CHECKLIST.md.agent/state/tasks.jsonl.agent/resume-prompt.md.agent/automation-prompt.md.agent/state/sync-export.json
Subagents
Use real subagents only when the user explicitly asks for delegation/parallel agents and the current Codex runtime permits it. Otherwise, simulate the roles locally and record the limitation.
Verification
Before claiming completion, run the strongest applicable check:
py -3 .\.agents\skills\persistent-memory\scripts\shenhua_runtime.py gate
For code projects, also run project-specific build, lint, typecheck, and tests when available.
Output Format
SHEN-HUA STATUS
Mode:
Objective:
Queue:
Actions:
Verification:
Memory updated:
Open risks:
Next action:
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: fengsihao23-eng
- Source: fengsihao23-eng/shen-hua
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.