17 lines
531 B
PHP
17 lines
531 B
PHP
<?php
|
|
return array(
|
|
'name' => 'value_prop_canvas',
|
|
'category' => 'biz',
|
|
'type' => 'sub_agent',
|
|
'triggers' => array(
|
|
'value prop canvas',
|
|
'value_prop_canvas agent',
|
|
'invoke value_prop_canvas'
|
|
),
|
|
'cmd' => 'echo "agent value_prop_canvas · category biz · Value proposition canvas · status READY · source claude-code-subagents-pattern"',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-19T01:30:00+00:00',
|
|
'source' => 'opus-yacine-19avr-godmode-100',
|
|
'description' => 'Value proposition canvas',
|
|
);
|