$npx -y skills add xuboyuebobb/investorskills --skill tangnengtong-shortterm-taUse when evaluating A-share short-term technical setups through Tang Nengtong's classic TA lens: volume-price relationships, moving average systems, breakout signals, and short-term momentum entry/exit.
| 1 | # Tang Nengtong Short-Term TA |
| 2 | |
| 3 | Use this skill to apply Tang Nengtong / 唐能通-style judgment. |
| 4 | |
| 5 | ## When To Use |
| 6 | |
| 7 | Use this skill when the user asks for: |
| 8 | |
| 9 | - A-share short-term TA |
| 10 | - volume-price breakout analysis |
| 11 | - MA system buy/sell signals |
| 12 | - Tang Nengtong-style technical entry |
| 13 | |
| 14 | Trigger phrases include `唐能通`, `Tang Nengtong`, `短线是银`, `A股技术分析`, `volume price A股`, `MA system breakout`. |
| 15 | |
| 16 | ## Do Not Use When |
| 17 | |
| 18 | - Another skill fits better. |
| 19 | - Critical data for this model is missing. |
| 20 | - The user wants guaranteed returns or unbounded leverage. |
| 21 | - The request is generic chatter with no decision. |
| 22 | |
| 23 | ## Inputs Needed |
| 24 | |
| 25 | - Asset, sector, market, or macro context |
| 26 | - Relevant financial, technical, policy, or sentiment data |
| 27 | - Time horizon and risk constraints |
| 28 | - Portfolio context if sizing is requested |
| 29 | |
| 30 | ## Process |
| 31 | |
| 32 | 1. Check volume-price relationship: is volume confirming the move? |
| 33 | 2. Verify MA system alignment for trend direction. |
| 34 | 3. Identify breakout level and whether it's valid. |
| 35 | 4. Define entry, stop, and exit by technical rules. |
| 36 | |
| 37 | ## Output Format |
| 38 | |
| 39 | ```md |
| 40 | # Tang Nengtong Short-Term TA View: [Subject] |
| 41 | |
| 42 | ## Verdict |
| 43 | Buy Signal / Watch / Sell Signal / No Signal / Pass |
| 44 | |
| 45 | ## Thesis |
| 46 | |
| 47 | ## Evidence |
| 48 | |
| 49 | ## Risks |
| 50 | |
| 51 | ## Action Plan |
| 52 | |
| 53 | ## Invalidation |
| 54 | |
| 55 | ## Missing Data |
| 56 | ``` |
| 57 | |
| 58 | ## Guardrails |
| 59 | |
| 60 | - Follow the skill process; do not free-style. |
| 61 | - Separate facts, assumptions, and judgment. |
| 62 | - Define invalidation before sizing. |
| 63 | - Not financial advice. |
| 64 | |
| 65 | ## Questflow Use |
| 66 | |
| 67 | Use as a judgment module inside Questflow-style agent workflows. Reference readings/podcasts/videos after loading the skill. |