From tehik-task-board
Turns a business brief or raw assignment into atomic tasks in a folder (including EPIC and sub-tasks)
How this skill is triggered — by the user, by Claude, or both
Slash command
/tehik-task-board:business-brief-to-tasksThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Input: **one or more files** (business description, Jira export, meeting notes) — usually under `Agent_reports/...` in the project or a user-specified path.
Input: one or more files (business description, Jira export, meeting notes) — usually under Agent_reports/... in the project or a user-specified path.
Output: structured task files in the target directory (recommended: Agent_reports/Tasks/To-Do/), ready for processing with the /process-task-board workflow.
type: epic file + subfolder epic-<id>/ with sub-tasks or separate files prefixed [EPIC-PROJ-1]..md, .txt, and (if present) .csv files in the given folder that look like tasks or requirements.id and title; the description column remains the task body.EPIC-<id>-<slug>.md with frontmatter type: epic, andEPIC-<id>-<slug>/tasks/ containing T-01-....md, T-02-....md, … or add everything flat under To-Do/ with filenames like PROJ-epic1-sub1.md.---
id: <project or Jira key or generated T-01>
jira_id: <Jira key, e.g. VAHE-3174; empty if missing>
type: code | analysis | validation | breakdown | epic
code_workflow: "" # optional: implement-feature | fix-bug | refactor (for type: code)
title: <short title>
source: business-brief
epic_of: <epic id or empty>
status: open
depends_on: []
---
jira_id)ABC-123, e.g. VAHE-3174), add it always to the jira_id frontmatter field.jira_id,## Notes / open questions as a bullet Related tickets: ....jira_id empty (jira_id: "") or ask the user for clarification.id is not a Jira key (e.g. internal T-01), jira_id remains a separate field.## Context
[1–3 sentences]
## Acceptance criteria
- [ ] ...
## Notes / open questions
- ...
The user specifies the target directory (recommended: <project>/Agent_reports/Tasks/To-Do/).
-2.To-Do/EPIC-.../README.md with a short map of sub-tasks.At the end, present:
type values./process-task-board input = this To-Do/, output = To-Validate/ (or directly Done/, if agreed)./process-task-boardGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub tehik-ee/ai-generic-skills --plugin tehik-task-board