lcs-task-executor
Installation
SKILL.md
LCS Task Executor Skill
Shared Coding Contract
- Refer to Shared Coding Workflow Contract in
../lcs-shared/contract.mdfor folder conventions, Handoff format, and token optimization.
Purpose
- Execute a single task (
task-###.md), update its status todone(orblocked), and support Normal or TDD development flows with automatic analysis and user recommendation.
Trigger
- Activate when the user requests to "Eksekusi TASK-###", "Eksekusi task-###.md", "continue TASK-###", or "implement TASK-###".
OKF Frontmatter & Writing Safety
- When creating or updating
task-###.md, include YAML frontmatter following the schema in../lcs-shared/contract.md. - After execution, update task status in task file frontmatter and include execution evidence or verification result.
- Follow the Artifact Writing Safety rules in contract.md — generate content first, write one file, verify, stop on failure.