You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Interactive agent for creating, organising, and maintaining reports following LightSpeed standards. Guides users through report creation with proper structure and categorisation."
3
+
description: "Interactive agent for creating, organising, and maintaining reports and progress updates following LightSpeed standards. Guides users through report creation with proper structure and categorisation."
4
4
file_type: "agent"
5
-
version: "v1.0"
5
+
version: "v1.1"
6
6
created_date: "2025-11-26"
7
-
last_updated: "2025-11-26"
7
+
last_updated: "2025-12-11"
8
8
author: "LightSpeed Team"
9
9
mode: "conversation"
10
10
tools: ["read", "edit", "search", "shell"]
@@ -53,7 +53,16 @@ Guide users through creating new reports:
53
53
- Use the standard report structure
54
54
- Save to the correct location
55
55
56
-
### 2. Generate Specifications
56
+
### 2. Track Progress
57
+
58
+
Support long-running work with daily updates and weekly summaries:
Copy file name to clipboardExpand all lines: .github/custom-instructions.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,11 @@ The files are organised under the `.github/` directory:
16
16
-[`AGENTS.md`](../AGENTS.md): Global AI rules applicable to all projects. Defines language, security, accessibility, modularity, and review requirements. Reference this file for central guidance on frontmatter schemas ([schemas/frontmatter.schema.json](../schemas/frontmatter.schema.json))
17
17
-[`agents/agent.md`](./agents/agent.md): Main agent index. Links all agent specs, stubs, and explains local/dry-run usage. Reference this for agent implementation and testing.
18
18
-[`instructions/`](./instructions/): Modular `.instructions.md` files scoped by language, file type, or topic. Each file includes YAML frontmatter describing its scope, mission, guidelines, checklists, and references. See below for a full index.
19
+
-**[file-output-organization.instructions.md](./instructions/file-output-organization.instructions.md)**: **CRITICAL** - Defines where Copilot/agents should create reports, task files, and project artifacts. Always follow these rules to prevent file organization drift.
19
20
-[`prompts/prompts.md`](./prompts/prompts.md): Master prompt index and guidance. Reference this for prompt authoring conventions and to locate all available prompts.
20
21
-[`prompts/`](./prompts/): Reusable `.prompt.md` files for Copilot Chat and GitHub Actions. Each prompt describes a specific task (e.g. audit docs, fix lint, author JSON schema, generate workflow, increase test coverage). See below for a full index.
22
+
-[`reports/`](./reports/): Generated reports, analysis outputs, and audit files. All Copilot/agent reports must be created here, not in docs/ or repository root.
23
+
-[`projects/`](./projects/): Task tracking, project planning, and implementation roadmaps. All task lists and project files must be created here, not in docs/.
21
24
-[`README.md`](../README.md): Explains the purpose of the repository and how to use the instructions and prompts.
Superseded by `file-output-organization.instructions.md`, which now covers permanent locations, temporary working files (`.github/tmp/`), promotion, and cleanup rules. Do not use this archived file for new work.
0 commit comments