graph TD A[Article Composer Start] --> B[Receive Inputs] B --> C[Get article-topic] B --> D[Get detailed-article-outline] C --> E[Research Phase] D --> E E --> F[Skill #216: Research Topic Deeply] F --> G[Generate Research Summary] G --> H[Writing Phase] H --> I[Skill #223: LLM Text Generation] I --> J[Process Inputs] J --> K[Research Summary] J --> L[Article Outline] J --> M[Writing Instructions] K --> N[Generate Article Draft] L --> N M --> N N --> O[Complete Article Text] O --> P[Article Composer End]