agentsclimarketplace

Lamina task analysis

Skill aryaniyaps/lamina/skills/lamina-task-analysis

Operations actors perform — map tasks to workflows and navigation. Use when workflows[] or IA don't match actor goals.From its SKILL.md

Install
npx -y skills add aryaniyaps/lamina --skill lamina-task-analysis

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

2.0 KB, 344 tokens by cl100k_base, as published. Nobody here has run it

Task Analysis (agent-native)

Decompose actor goals into operations — verbs on domain entities — that become workflows[] steps and navigation structure.

Procedure

  1. From primary actor goals (personas.json), list operations: "download ticket", "assign venue".
  2. Group operations into workflows by outcome, not by backend module.
  3. Rank deal-breaker operations — if blocked, actor abandons product.
  4. Map working-set (daily) operations to shortest nav path in screen specs.
  5. Rare operations → progressive disclosure (platform-posture).

Contract encoding

  • workflows[].steps = ordered operations; use requires + dependencies[] for prerequisites
  • task-analysis prose optional in report.md for complex domains
  • Navigation labels = operation vocabulary, not org chart

Design checklists

  1. Nav structured by tasks, not implementation modules.
  2. Index/wayfinding separated from work area on sovereign apps.
  3. Key paths ≤ few steps for working-set tasks.
  4. Edge tasks reachable but not prominent.
  5. Each operation links to permission in actors.

Verify checks

  • Actor walk: deal-breaker operations completable on live product.
  • Measure steps vs contract workflow length.

Anti-patterns

  • Org-chart or file-system navigation.
  • Deep hierarchy for daily tasks.
  • Operations in contract that no actor has permission to perform.

Related

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.