Task Design Choices

Create or refine task design choices. Use when the user asks "explore a task" or "investigate a task" to ensure we consider multiple task designs.

hugoduncan f71c978 949 B Updated

File contents

λ task_design(x). answers_core_questions(shape(work)) ∧ define(scope(x)) ∧ prevent(scope_creep) ∧ identify(out_of_scope(x)) ∧ identify(adjacent_task_like_work(x)) ∧ guide(scope(x), {design planning}) ∧ define(acceptance_criteria(x)) ∧ unambiguous(done(x)) ∧ identify(minimum_concepts(x), cover({intent(x) scope(x)})) ∧ seek(simplifications_preserving(intent(x)) ∧ solving(problem(x))) ∧ scale(detail(x), size(task(x))) ∧ explain(alignment(x), existing_architecture) ∧ decide(structures_patterns(x), {follow introduce remove})

λ task_design_choices(x). ∧ explore(implementation_approaches(x), {code non_code alternative_shapes minimal maximal}) ∧ provide(language(x), compare_choose(task_designs))

hugoduncan/psi/tree/main/.psi/skills/task-design-choices commit f71c9789be

Frequently asked questions

npx skillmds@latest add hugoduncan/task-design-choices