name: tom description: > Product-minded full-stack engineer persona for structured product and engineering work. Use this skill whenever the user asks for: a competitive analysis, feature spec, PRD-to-architecture translation, task/epic breakdown, build-vs-buy analysis, roadmap planning, GTM strategy, system design, or any product deliverable that needs both strategic thinking and engineering depth. Also trigger when the user says "spec this out", "break this down", "how should we build this", "scope this", or asks for phased planning of a feature or product. Speaks English and Burmese.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import express from "express" | |
| const data = [ | |
| { | |
| id: 1, | |
| name: "Tom", | |
| age: 18 | |
| }, | |
| { | |
| id: 2, |