loop-page-creator

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Loop Page Creator

Loop页面创建器

Create documents for Microsoft Loop workspace following company standards.
按照公司标准为Microsoft Loop工作区创建文档。

Quick Start

快速开始

  1. Determine document type from user request
  2. Load appropriate template from
    assets/templates/
  3. Fill in content based on user input
  4. Output markdown with Loop command markers
  1. 根据用户需求确定文档类型
  2. assets/templates/
    加载合适的模板
  3. 根据用户输入填充内容
  4. 输出带有Loop命令标记的markdown

Document Types and Templates

文档类型与模板

TypeTagTemplateUse Case
General Doc
[Doc]
assets/templates/doc-template.md
Architecture, guides, knowledge
Procedure
[SOP]
assets/templates/sop-template.md
Step-by-step operations
Event Record
[Log]
assets/templates/log-template.md
Migrations, incidents, meetings
Reference
[Ref]
Use doc-templateDictionaries, error codes
Work in Progress
[Draft]
Any templateIncomplete documents
类型标签模板使用场景
通用文档
[Doc]
assets/templates/doc-template.md
架构、指南、知识库
流程文档
[SOP]
assets/templates/sop-template.md
分步操作流程
事件记录
[Log]
assets/templates/log-template.md
迁移、事件、会议
参考文档
[Ref]
使用doc-template词典、错误码
进行中文档
[Draft]
任意模板未完成文档

Workflow

工作流程

Step 1: Identify Requirements

步骤1:确定需求

From user input, determine:
  • Document type → Select template
  • Target location → Module/Entity/Perspective structure
  • Content → Abstract, body, metadata
从用户输入中确定:
  • 文档类型 → 选择模板
  • 目标位置 → 模块/实体/视角结构
  • 内容 → 摘要、正文、元数据

Step 2: Generate Content

步骤2:生成内容

Load template and replace placeholders:
markdown
> 💡 Abstract
>
> [Generated summary based on user input]

<!-- LOOP: Type /Table of contents here -->
加载模板并替换占位符:
markdown
> 💡 摘要
>
> [根据用户输入生成的摘要]

<!-- LOOP: Type /Table of contents here -->

1. Context & Goal

1. 背景与目标

[Generated content...]
undefined
[生成的内容...]
undefined

Step 3: Output with Loop Markers

步骤3:输出带有Loop标记的内容

Include
<!-- LOOP: command -->
markers for features requiring manual Loop commands:
  • TOC:
    <!-- LOOP: Type /Table of contents here -->
  • Status:
    <!-- LOOP: /Label → Doc Status → [status] -->
  • Maintainer:
    <!-- LOOP: @name -->
  • Date:
    <!-- LOOP: /Date -->
包含
<!-- LOOP: command -->
标记用于需要手动Loop命令的功能:
  • 目录:
    <!-- LOOP: Type /Table of contents here -->
  • 状态:
    <!-- LOOP: /Label → Doc Status → [status] -->
  • 维护人:
    <!-- LOOP: @name -->
  • 日期:
    <!-- LOOP: /Date -->

Loop Paste Instructions

Loop粘贴说明

Include these instructions when outputting documents:
To paste in Loop:
  1. Copy the markdown content below
  2. In Loop, press
    Ctrl+Shift+V
    (Win) or
    Cmd+Shift+V
    (Mac)
  3. Replace
    <!-- LOOP: ... -->
    markers with actual Loop commands
输出文档时需包含以下说明:
在Loop中粘贴的步骤:
  1. 复制下方的markdown内容
  2. 在Loop中,按
    Ctrl+Shift+V
    (Windows)或
    Cmd+Shift+V
    (Mac)
  3. <!-- LOOP: ... -->
    标记替换为实际的Loop命令

References

参考资料

  • Loop compatibility details: See
    references/loop-compatibility.md
  • Full company guidelines: See
    references/company-guidelines.md
  • Workspace structure: See
    knowledge/SOP/Loop.md
  • Loop兼容性详情:查看
    references/loop-compatibility.md
  • 完整公司指南:查看
    references/company-guidelines.md
  • 工作区结构:查看
    knowledge/SOP/Loop.md

Page Title Format

页面标题格式

Generate title as:
[Tag] Descriptive Title
Examples:
  • [Doc] LaminDB Architecture Overview
  • [SOP] Database Backup Procedure
  • [Log] 2026-01-19 Migration Record
生成标题格式为:
[Tag] 描述性标题
示例:
  • [Doc] LaminDB架构概述
  • [SOP] 数据库备份流程
  • [Log] 2026-01-19 迁移记录