Add workflow execution prompts for task management

- Introduced `execute.md` for sequential task execution from session folder with detailed execution rules, task tracking, and error handling.
- Added `lite-execute.md` for lightweight task execution from a JSON plan file, emphasizing serial execution and dependency management.
This commit is contained in:
catlog22
2025-12-21 09:52:30 +08:00
parent 6dab38172f
commit 9e4412c7a8
4 changed files with 1 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
---
name: tech-research
name: tech-research-rules
description: "3-phase orchestrator: extract tech stack → Exa research → generate path-conditional rules (auto-loaded by Claude Code)"
argument-hint: "[session-id | tech-stack-name] [--regenerate] [--tool <gemini|qwen>]"
allowed-tools: SlashCommand(*), TodoWrite(*), Bash(*), Read(*), Write(*), Task(*)
@@ -11,10 +11,6 @@ allowed-tools: SlashCommand(*), TodoWrite(*), Bash(*), Read(*), Write(*), Task(*
**Purpose**: Generate multi-layered, path-conditional rules that Claude Code automatically loads based on file context.
**Key Difference from SKILL Memory**:
- **SKILL**: Manual loading via `Skill(command: "tech-name")`
- **Rules**: Automatic loading when working with matching file paths
**Output Structure**:
```
.claude/rules/tech/{tech-stack}/

BIN
.codex/prompts.zip Normal file

Binary file not shown.