Highlights
- New PM skill:
telegram-rich-message— converts raw message copy into a ready-to-use TelegramInputRichMessagepayload (markdown/html,is_rtl) that engineering can pass straight to thesendRichbackend path. - Architecture-fit & Minimality discipline added to the PM doc-writing skills (
feature-spec,feature-dependency,problem-framing): propose the simplest solution that fits the EXISTING architecture — via explicit extension points, a minimality ladder, and axis separation (permission/roles vs attribute/type/status) — instead of reaching for new constructs.
What's Changed
- feat(interview): rewrite designer onboarding as MCP-first (v3.0) by @imamirezaei in #22
- feat: add contribution process — CI, templates, and skill validation by @imamirezaei in #23
- fix: reorganize output directory by session slug, add plan-mode guard by @imamirezaei in #24
- refactor(task-writer): move to PM-only and adopt Conventional Commits by @imamirezaei in #25
Full Changelog: v1.1.0...v1.2.0