1.0 KiB
1.0 KiB
auto_execution_mode, description
| auto_execution_mode | description |
|---|---|
| 0 | Convert existing tasks into actionable, dependency-ordered issues on Gitea for the current feature. |
Workflow: speckit.taskstoissues
-
Context Analysis:
- The user may pass filters (e.g., phase, priority). Default: convert all pending tasks.
-
Load Skill:
- Use the
view_filetool to read the skill file at:.agents/skills/speckit-taskstoissues/SKILL.md - Also load
.agents/skills/_LCBP3-CONTEXT.mdfor project conventions (labels, commit format).
- Use the
-
Execute:
- Follow the instructions in the
SKILL.mdexactly. - Use Gitea API (not GitHub) — target
git.np-dms.work/np-dms/lcbp3. - Apply LCBP3 labels:
spec,adr,security,ux,backend,frontend,schema, etc. - Use commit-format-compatible issue titles (per
specs/05-Engineering-Guidelines/05-05-git-conventions.md).
- Follow the instructions in the
-
On Error:
- If
tasks.mdmissing: Run/05-speckit.tasksfirst - If Gitea credentials missing: Report to user and provide manual issue-creation template
- If