Files
pitchfast/backlog/tasks/task-10 - Build-the-local-skills-registry.md
2026-06-03 21:18:36 +02:00

1.6 KiB

id, title, status, assignee, created_date, labels, dependencies, references, priority, ordinal
id title status assignee created_date labels dependencies references priority ordinal
TASK-10 Build the local skills registry To Do
2026-06-03 19:13
mvp
agent
skills
TASK-2
PRD.md
high 10000

Description

Create the local skills registry concept for the agent. Design and marketing skills are stored in the project repository and summarized in a skills.md registry so the agent can select relevant analysis and writing guidance for each audit while the dashboard shows which skills were used.

Acceptance Criteria

  • #1 A project-local skills directory or convention exists for imported design and marketing skills
  • #2 skills.md lists each skill with name, purpose, when to use, when not to use, required input, expected output, and category
  • #3 Agent code can load and parse the skills registry into structured skill metadata
  • #4 Audit records store the list of used skills, including skill name/category and version or source where available
  • #5 Dashboard audit detail shows a compact Verwendete Skills overview, but public audit pages do not

Implementation Plan

  1. Define project-local skill storage conventions.
  2. Create the initial skills.md registry format and seed entries for design, UX, marketing, copy, SEO, and offer-writing skills.
  3. Add parser/loader for registry metadata.
  4. Store selected skill metadata with each audit.
  5. Show used skills in the internal audit detail UI only.