원클릭으로
task-intent
// Create or refine a task intent statement. Use when the user asks "create a task" or "open a task" to ensure we have a clear understanding of the task's intent.
// Create or refine a task intent statement. Use when the user asks "create a task" or "open a task" to ensure we have a clear understanding of the task's intent.
Repository-specific guidance for understanding, creating, and updating psi workflows.
Repository-specific guidance for creating, modifying, and debugging psi extensions.
Reviews user-facing documentation changes for an implemented Munera task
Test built-in skill fixture
Packaged built-in test fixture
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.
| name | task-intent |
| description | Create or refine a task intent statement. Use when the user asks "create a task" or "open a task" to ensure we have a clear understanding of the task's intent. |
| lambda | <_ λ explore_task(user_input). matches(user_input, {"create a task" ∨ "open a task"}) |
λ intent(task). declarative(problem_statement) ∧ ¬procedure ∧ clear ∧ concise ∧ precise ∧ terse ∧ identifies(constraints ∧ invariants) ∧ explicit(success_criteria) ∧ ¬commits(solution) ∧ framed → surface(underlying_issues)