Agent skill
workflow-skill-scientiacapital-ai-development-cockp
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/workflow-skill-scientiacapital-ai-development-cockp
SKILL.md
[Workflow Name]
Complete workflow for [end goal].
Workflow Overview
[Step 1] → [Step 2] → [Step 3] → [Complete]
When to Use
- Beginning [project phase]
- When user requests "[natural language trigger]"
- For [specific scenario]
Prerequisites
Before starting:
- [Requirement 1]
- [Requirement 2]
- [Requirement 3]
Complete Workflow
Phase 1: [Name]
Goal: [What this phase achieves]
Steps:
-
[Action] - Run:
bash# CommandExpected output: ...
-
[Action] - Check:
bash# VerificationShould see: ...
-
[Action] - Proceed to Phase 2
Phase 2: [Name]
Goal: [What this phase achieves]
Steps:
- ...
- ...
Phase 3: [Name]
Goal: [What this phase achieves]
Steps:
- ...
- ...
Validation
After completion, verify:
# Check 1
# Check 2
# Check 3
All checks should ✅ pass.
Rollback
If something goes wrong:
-
Stop current process:
bash# Stop command -
Restore previous state:
bash# Rollback command -
Verify rollback:
bash# Verification
Files Modified
This workflow touches:
[file1]- [how modified][file2]- [how modified]
Success Criteria
✅ Workflow complete when:
- [Criterion 1]
- [Criterion 2]
- [Criterion 3]
Common Issues
See Troubleshooting section.
Automation
To automate this workflow:
# Script or command
Related Workflows
[related-workflow-1]- Run before this[related-workflow-2]- Run after this
Version History
- v1.0.0 (YYYY-MM-DD): Initial workflow
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?